From ee8276692db9f2186fac6fe1c10e89e8ddba6458 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 20 Jun 2024 13:56:34 +0000 Subject: [PATCH] chore(release): 9.0.0-next.5 [skip ci] ## [9.0.0-next.5](https://github.com/geostyler/geostyler-style/compare/v9.0.0-next.4...v9.0.0-next.5) (2024-06-20) ### Bug Fixes * use single entry point ([8a918ce](https://github.com/geostyler/geostyler-style/commit/8a918ce2a59c00d2206e5b818568f402ace13a57)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da6463128..64e89a12c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.0.0-next.5](https://github.com/geostyler/geostyler-style/compare/v9.0.0-next.4...v9.0.0-next.5) (2024-06-20) + + +### Bug Fixes + +* use single entry point ([8a918ce](https://github.com/geostyler/geostyler-style/commit/8a918ce2a59c00d2206e5b818568f402ace13a57)) + ## [9.0.0-next.4](https://github.com/geostyler/geostyler-style/compare/v9.0.0-next.3...v9.0.0-next.4) (2024-06-19) diff --git a/package-lock.json b/package-lock.json index 8b0894870..070cdaf85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "geostyler-style", - "version": "9.0.0-next.4", + "version": "9.0.0-next.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "geostyler-style", - "version": "9.0.0-next.4", + "version": "9.0.0-next.5", "license": "BSD-2-Clause", "devDependencies": { "@babel/core": "^7.24.6", diff --git a/package.json b/package.json index a1cb86a31..3738a9511 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geostyler-style", - "version": "9.0.0-next.4", + "version": "9.0.0-next.5", "description": "", "main": "dist/index.js", "type": "module",