diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d88d7a95..e07a48eab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [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) + + +### Bug Fixes + +* fix tsconfig ([37973c5](https://github.com/geostyler/geostyler-style/commit/37973c56bdedcade31e213ef3a33345a2a3ce27c)) + ## [9.0.0-next.1](https://github.com/geostyler/geostyler-style/compare/v8.1.0...v9.0.0-next.1) (2024-06-18) diff --git a/package-lock.json b/package-lock.json index 6670555ef..76226b713 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "geostyler-style", - "version": "9.0.0-next.1", + "version": "9.0.0-next.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "geostyler-style", - "version": "9.0.0-next.1", + "version": "9.0.0-next.2", "license": "BSD-2-Clause", "devDependencies": { "@babel/core": "^7.24.6", diff --git a/package.json b/package.json index 744a789f1..36f34c1ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geostyler-style", - "version": "9.0.0-next.1", + "version": "9.0.0-next.2", "description": "", "main": "dist/index.js", "module": "dist/index.js",