From 9a40207234faea1d2534d66b2fe543ef0ad983fe Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 2 Jul 2024 08:09:14 +0000 Subject: [PATCH] chore(release): 3.0.0-next.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [3.0.0-next.1](https://github.com/geostyler/geostyler-wfs-parser/compare/v2.0.3...v3.0.0-next.1) (2024-07-02) ### ⚠ BREAKING CHANGES * You'll probably need to reconfigure/adapt your bundler config to make sure this dependency is considered as ESM module. ### Features * use esm build & switch to vite/vitest ([412f653](https://github.com/geostyler/geostyler-wfs-parser/commit/412f653860df2fb7b50c06a674e27b43c0d2745e)) ### Bug Fixes * fix releaserc config ([b0ac17f](https://github.com/geostyler/geostyler-wfs-parser/commit/b0ac17fc912df1c165bf6d0911b405c0c917c392)) --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..398780b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +## [3.0.0-next.1](https://github.com/geostyler/geostyler-wfs-parser/compare/v2.0.3...v3.0.0-next.1) (2024-07-02) + + +### ⚠ BREAKING CHANGES + +* You'll probably need to reconfigure/adapt your +bundler config to make sure this dependency is considered as ESM +module. + +### Features + +* use esm build & switch to vite/vitest ([412f653](https://github.com/geostyler/geostyler-wfs-parser/commit/412f653860df2fb7b50c06a674e27b43c0d2745e)) + + +### Bug Fixes + +* fix releaserc config ([b0ac17f](https://github.com/geostyler/geostyler-wfs-parser/commit/b0ac17fc912df1c165bf6d0911b405c0c917c392)) diff --git a/package-lock.json b/package-lock.json index 634af81..fbc2e0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "geostyler-wfs-parser", - "version": "2.0.3", + "version": "3.0.0-next.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "geostyler-wfs-parser", - "version": "2.0.3", + "version": "3.0.0-next.1", "license": "BSD-2-Clause", "dependencies": { "fast-xml-parser": "^4.4.0", diff --git a/package.json b/package.json index 24b8d86..83f57d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geostyler-wfs-parser", - "version": "2.0.3", + "version": "3.0.0-next.1", "description": "GeoStyler Data Parser implementation for Web Feature Service (WFS)", "type": "module", "main": "dist/WfsDataParser.js",