diff --git a/.gitignore b/.gitignore index 4be276e..503e477 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ node_modules .vscode yarn.lock -**/.DS_Store \ No newline at end of file +**/.DS_Store +.nyc_output/ +coverage/ \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 313cd45..7b0f6c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package-lock.json b/package-lock.json index 8103d02..94e4e28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "featureserver", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "featureserver", - "version": "4.0.1", + "version": "4.0.2", "license": "Apache-2.0", "dependencies": { "@esri/proj-codes": "^2.6.0", diff --git a/package.json b/package.json index d27dbe0..22ade6e 100644 --- a/package.json +++ b/package.json @@ -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": {