Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0-beta.1](v1.0.1...v2.0.0-beta.1) (2024-06-20)

### ⚠ BREAKING CHANGES

* Introduces ESM build.
* You'll probably need to adapt your paths and/or
imports as all exported files are now located inside the dist
folder.

### Features

* export esm build as well as browser build ([e1a448b](e1a448b))
* prepare for next major release ([3cb64cf](3cb64cf))
* use vite for browser build ([9fc1792](9fc1792))
  • Loading branch information
semantic-release-bot authored and hwbllmnn committed Jun 25, 2024
1 parent df72264 commit beef030
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## [2.0.0-beta.1](https://github.com/geostyler/geostyler-geojson-parser/compare/v1.0.1...v2.0.0-beta.1) (2024-06-20)


### ⚠ BREAKING CHANGES

* Introduces ESM build.
* You'll probably need to adapt your paths and/or
imports as all exported files are now located inside the dist
folder.

### Features

* export esm build as well as browser build ([e1a448b](https://github.com/geostyler/geostyler-geojson-parser/commit/e1a448b7804e74bce861270a23bd0d4acc8e7f1b))
* prepare for next major release ([3cb64cf](https://github.com/geostyler/geostyler-geojson-parser/commit/3cb64cf48448f2fcf5217ed6df3715c0fd7512a9))
* use vite for browser build ([9fc1792](https://github.com/geostyler/geostyler-geojson-parser/commit/9fc1792653aad5e1545ef3547f03a53dbc8e430f))
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-geojson-parser",
"version": "2.0.0-next.1",
"version": "2.0.0-beta.1",
"description": "GeoStyler Data Parser implementation for GeoJSON",
"main": "dist/GeoJsonDataParser.js",
"type": "module",
Expand Down

0 comments on commit beef030

Please sign in to comment.