Skip to content

Commit

Permalink
📦 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Sep 14, 2022
1 parent ca878e4 commit 6b98855
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
node_modules
.vscode
yarn.lock
**/.DS_Store
**/.DS_Store
.nyc_output/
coverage/
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
## [4.0.2] - 09-14-2022
### Fixed
- geojson validation security vulnerablity
- fix ids in layers metadata
Expand Down Expand Up @@ -497,6 +497,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.0] - 2017-01-25
* Initial Release

[4.0.2]: https://github.com/koopjs/featureserver/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/koopjs/featureserver/compare/v4.0.0...v4.0.1
[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
Expand Down
4 changes: 2 additions & 2 deletions 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": "4.0.1",
"version": "4.0.2",
"description": "*An open source implementation of the GeoServices specification*",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 6b98855

Please sign in to comment.