Skip to content

Commit

Permalink
📦 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Sep 18, 2018
1 parent 5598a31 commit ee9e0b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [2.16.0] - 09-17-2018
### Added
* Support addition of "Extract" to layer info capabilities if provider's geojson includes `{ capabilities: { extract: true } }`

Expand Down Expand Up @@ -323,6 +323,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.0] - 2017-01-25
* Initial Release

[2.16.0]: https://github.com/koopjs/featureserver/compare/v2.15.2...v2.16.0
[2.15.2]: https://github.com/koopjs/featureserver/compare/v2.15.1...v2.15.2
[2.15.1]: https://github.com/koopjs/featureserver/compare/v2.15.0...v2.15.1
[2.15.0]: https://github.com/koopjs/featureserver/compare/v2.14.1...v2.15.0
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "featureserver",
"version": "2.15.2",
"version": "2.16.0",
"description": "*An open source implementation of the GeoServices specification*",
"main": "dist/index.js",
"main": "src/index.js",
"directories": {
"test": "test"
},
Expand Down

0 comments on commit ee9e0b4

Please sign in to comment.