Skip to content

Commit

Permalink
📦 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed May 29, 2019
1 parent 3f8beb8 commit 1058941
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.18.0] - 05-29-2019
### Added
* Support for `/FeatureServer/info` requests

## [2.17.2] - 05-22-2019
### Fixed
* `returnIdsOnly=true` query requests has `objectIdFieldName` property rather than `objectIdField`
Expand Down Expand Up @@ -359,6 +363,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.0] - 2017-01-25
* Initial Release

[2.18.0]: https://github.com/koopjs/featureserver/compare/v2.17.2...v2.18.0
[2.17.2]: https://github.com/koopjs/featureserver/compare/v2.17.1...v2.17.2
[2.17.1]: https://github.com/koopjs/featureserver/compare/v2.17.0...v2.17.1
[2.17.0]: https://github.com/koopjs/featureserver/compare/v2.16.4...v2.17.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "featureserver",
"version": "2.17.2",
"version": "2.18.0",
"description": "*An open source implementation of the GeoServices specification*",
"main": "dist/index.js",
"directories": {
Expand Down

0 comments on commit 1058941

Please sign in to comment.