Skip to content

Commit

Permalink
📦 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfenton committed Jun 2, 2017
1 parent 21a79a6 commit 262d21d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.1.0] - 2017-06-02
### Added
* Support for passing a server extent e.g. [[-180, -90], [180, 90]]
* Support passed geometryType passed in layer metadata
Expand Down Expand Up @@ -112,6 +112,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.0] - 2017-01-25
* Initial Release

[2.1.0]: https://github.com/featureserver/featureserver/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/featureserver/featureserver/compare/v2.0.0...v1.3.4
[1.3.4]: https://github.com/featureserver/featureserver/compare/v1.3.3...v1.3.4
[1.3.3]: https://github.com/featureserver/featureserver/compare/v1.3.2...v1.3.3
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.0.0",
"version": "2.1.0",
"description": "*An open source implementation of the GeoServices specification*",
"main": "dist/index.js",
"directories": {
Expand Down

0 comments on commit 262d21d

Please sign in to comment.