Skip to content

Commit

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

## Unreleased
## [4.0.0] - 06-14-2022
### Added
- override default currentVersion and fullVersion via app.locals.config.featureServer
- override default service-description and layer-description via app.locals.config.featureServer

### Changed
- function signature on the restInfo method
## [3.5.1] - 06-01-2022
### Changed
- bump winnow version
Expand Down Expand Up @@ -485,6 +487,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.0] - 2017-01-25
* Initial Release

[4.0.0]: https://github.com/koopjs/featureserver/compare/v3.5.0...v4.0.0
[3.5.0]: https://github.com/koopjs/featureserver/compare/v3.4.0...v3.5.0
[3.4.0]: https://github.com/koopjs/featureserver/compare/v3.3.4...v3.4.0
[3.3.4]: https://github.com/koopjs/featureserver/compare/v3.3.3...v3.3.4
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "3.5.1",
"version": "4.0.0",
"description": "*An open source implementation of the GeoServices specification*",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 485a376

Please sign in to comment.