From fa5df58129f9ec01134eb9d5aace7156fb584b1a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Jul 2024 07:57:41 +0000 Subject: [PATCH] chore(release): 9.1.0 [skip ci] ## [9.1.0](https://github.com/geostyler/geostyler-style/compare/v9.0.1...v9.1.0) (2024-07-09) ### Features * allow numbers in the in function ([2907811](https://github.com/geostyler/geostyler-style/commit/2907811f4d0c3efe61650d816406c6b7a57bbe9a)) --- 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 fe3e542cc..4df2c78b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.1.0](https://github.com/geostyler/geostyler-style/compare/v9.0.1...v9.1.0) (2024-07-09) + + +### Features + +* allow numbers in the in function ([2907811](https://github.com/geostyler/geostyler-style/commit/2907811f4d0c3efe61650d816406c6b7a57bbe9a)) + ## [9.0.1](https://github.com/geostyler/geostyler-style/compare/v9.0.0...v9.0.1) (2024-06-25) diff --git a/package-lock.json b/package-lock.json index 56058ad89..5a0e60c74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "geostyler-style", - "version": "9.0.1", + "version": "9.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "geostyler-style", - "version": "9.0.1", + "version": "9.1.0", "license": "BSD-2-Clause", "devDependencies": { "@babel/core": "^7.24.6", diff --git a/package.json b/package.json index b2cdfeab8..d376407aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geostyler-style", - "version": "9.0.1", + "version": "9.1.0", "description": "", "main": "dist/index.js", "type": "module",