diff --git a/CHANGELOG.md b/CHANGELOG.md index 6961321..95c92b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 } }` @@ -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 diff --git a/package.json b/package.json index bc2fe7d..97e8ba5 100644 --- a/package.json +++ b/package.json @@ -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" },