diff --git a/CHANGELOG.md b/CHANGELOG.md index e07a48eab..b9110ed20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.0.0-next.3](https://github.com/geostyler/geostyler-style/compare/v9.0.0-next.2...v9.0.0-next.3) (2024-06-19) + + +### Bug Fixes + +* use proper node version ([993a896](https://github.com/geostyler/geostyler-style/commit/993a896d84687a54c0e5f9f8b1329940cde46165)) + ## [9.0.0-next.2](https://github.com/geostyler/geostyler-style/compare/v9.0.0-next.1...v9.0.0-next.2) (2024-06-19) diff --git a/package-lock.json b/package-lock.json index 76226b713..f306f9a13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "geostyler-style", - "version": "9.0.0-next.2", + "version": "9.0.0-next.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "geostyler-style", - "version": "9.0.0-next.2", + "version": "9.0.0-next.3", "license": "BSD-2-Clause", "devDependencies": { "@babel/core": "^7.24.6", diff --git a/package.json b/package.json index c438c2f57..6e881f87d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geostyler-style", - "version": "9.0.0-next.2", + "version": "9.0.0-next.3", "description": "", "main": "dist/index.js", "module": "dist/index.js",