Skip to content

Commit

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

## Unreleased
## [2.13.0] - 05-10-2018
### Added
* Add parameter to the `rest/info` handlers and use the argument to supplement/override of the templated JSON response
* Add parameter to the `rest/info` handler and use the argument to supplement/override of the templated JSON response

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

[2.13.0]: https://github.com/koopjs/featureserver/compare/v2.12.1...v2.13.0
[2.12.1]: https://github.com/koopjs/featureserver/compare/v2.12.0...v2.12.1
[2.12.0]: https://github.com/koopjs/featureserver/compare/v2.11.1...v2.12.0
[2.11.1]: https://github.com/koopjs/featureserver/compare/v2.11.0...v2.11.1
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.12.1",
"version": "2.13.0",
"description": "*An open source implementation of the GeoServices specification*",
"main": "dist/index.js",
"directories": {
Expand Down

0 comments on commit e88273d

Please sign in to comment.