Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0](v2.0.3...v3.0.0) (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 caac3a7 commit 32212e6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [3.0.0](https://github.com/geostyler/geostyler-wfs-parser/compare/v2.0.3...v3.0.0) (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))

## [3.0.0-next.1](https://github.com/geostyler/geostyler-wfs-parser/compare/v2.0.3...v3.0.0-next.1) (2024-07-02)


Expand Down
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": "3.0.0-next.1",
"version": "3.0.0",
"description": "GeoStyler Data Parser implementation for Web Feature Service (WFS)",
"type": "module",
"main": "dist/WfsDataParser.js",
Expand Down

0 comments on commit 32212e6

Please sign in to comment.