Skip to content

Commit

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

## [3.3.4] - 03-25-2022
### Changed
- Refactor design pattern for layer metadata

## [3.3.3] - 03-23-2022
### Fixed
- Server info handler was not properly assigned
Expand Down Expand Up @@ -463,6 +467,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.0] - 2017-01-25
* Initial Release

[3.3.4]: https://github.com/koopjs/featureserver/compare/v3.3.3...v3.3.4
[3.3.3]: https://github.com/koopjs/featureserver/compare/v3.3.2...v3.3.3
[3.3.2]: https://github.com/koopjs/featureserver/compare/v3.3.1...v3.3.2
[3.3.1]: https://github.com/koopjs/featureserver/compare/v3.3.0...v3.3.1
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.3.3",
"version": "3.3.4",
"description": "*An open source implementation of the GeoServices specification*",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 97bc180

Please sign in to comment.