Skip to content

Commit

Permalink
chore(release): 3.0.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0-next.1](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](412f653))

### Bug Fixes

* fix releaserc config ([b0ac17f](b0ac17f))
  • Loading branch information
semantic-release-bot committed Jul 2, 2024
1 parent b0ac17f commit 9a40207
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9a40207

Please sign in to comment.