Skip to content

Commit

Permalink
chore(release): 4.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.0-beta.1](v3.0.2...v4.0.0-beta.1) (2024-06-20)

### ⚠ BREAKING CHANGES

* Produces ESM build.

### Features

* add semantic release, commitlint, introduce next branch ([7967653](7967653))
* produce esm build, switch to vite ([#351](#351)) ([d416111](d416111))
* update geostyler-style ([5926082](5926082))

### Bug Fixes

* fix esm build & add vitest ([13bf824](13bf824))
* fix import of generated parser/lexer ([083cfba](083cfba))
* remove commented code ([78cdfcd](78cdfcd))
  • Loading branch information
semantic-release-bot committed Jun 20, 2024
1 parent 7967653 commit 5581310
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## [4.0.0-beta.1](https://github.com/geostyler/geostyler-cql-parser/compare/v3.0.2...v4.0.0-beta.1) (2024-06-20)


### ⚠ BREAKING CHANGES

* Produces ESM build.

### Features

* add semantic release, commitlint, introduce next branch ([7967653](https://github.com/geostyler/geostyler-cql-parser/commit/796765362f94faeeecd6c4c29e0a038da2ef35eb))
* produce esm build, switch to vite ([#351](https://github.com/geostyler/geostyler-cql-parser/issues/351)) ([d416111](https://github.com/geostyler/geostyler-cql-parser/commit/d4161112c2534a1143c936d71642dfc52e14a80c))
* update geostyler-style ([5926082](https://github.com/geostyler/geostyler-cql-parser/commit/5926082b4e9048cfaa6122185bbb34f2cd400f89))


### Bug Fixes

* fix esm build & add vitest ([13bf824](https://github.com/geostyler/geostyler-cql-parser/commit/13bf824f166e592ee3eba89a6e27b12cd5168929))
* fix import of generated parser/lexer ([083cfba](https://github.com/geostyler/geostyler-cql-parser/commit/083cfba16d1cf35e28d9f67460f61d2fa349cedb))
* remove commented code ([78cdfcd](https://github.com/geostyler/geostyler-cql-parser/commit/78cdfcd4be56f2f2c6a24c5715bc6ffdfa2bcb21))
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-cql-parser",
"version": "4.0.0-next.3",
"version": "4.0.0-beta.1",
"description": "Translates CQL Filters and Geostyler Style Filters",
"type": "module",
"main": "dist/CqlParser.js",
Expand Down

0 comments on commit 5581310

Please sign in to comment.