Skip to content

Commit

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

## Unreleased
## Added
## [2.15.1] - 06-06-2018
### Added
* Add warnings for invalid GeoJSON when `NODE_ENV !== 'production'`

## [2.15.0] -05-30-2018
## [2.15.0] - 05-30-2018
### Fixed
* Authentication and authorization error messages now properly handled if request has `callback` query parameter

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

[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
[2.14.1]: https://github.com/koopjs/featureserver/compare/v2.14.0...v2.14.1
[2.14.0]: https://github.com/koopjs/featureserver/compare/v2.13.0...v2.14.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.15.0",
"version": "2.15.1",
"description": "*An open source implementation of the GeoServices specification*",
"main": "dist/index.js",
"directories": {
Expand Down

0 comments on commit 74017eb

Please sign in to comment.