Skip to content

Commit

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

### ⚠ 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))
* improve check for window ([aeca5c0](aeca5c0))
* remove commented code ([78cdfcd](78cdfcd))
* remove obsolete dependency ([bf4f406](bf4f406))
* update browsercheck ([d7e0af6](d7e0af6))
* update geostyler-style version, cleanup package.json ([a938ae7](a938ae7))
* use global if window is not available ([bab4242](bab4242))
* use proper cqlParser object to run properly in all environments ([23e0546](23e0546))
  • Loading branch information
semantic-release-bot committed Jun 25, 2024
1 parent 1d256e1 commit 449ac26
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## [4.0.0](https://github.com/geostyler/geostyler-cql-parser/compare/v3.0.2...v4.0.0) (2024-06-25)


### ⚠ 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))
* improve check for window ([aeca5c0](https://github.com/geostyler/geostyler-cql-parser/commit/aeca5c05dfcc7b2a5e0c0edc6741c6d195d4615f))
* remove commented code ([78cdfcd](https://github.com/geostyler/geostyler-cql-parser/commit/78cdfcd4be56f2f2c6a24c5715bc6ffdfa2bcb21))
* remove obsolete dependency ([bf4f406](https://github.com/geostyler/geostyler-cql-parser/commit/bf4f406227ba2deb198bbd27d2a1075fd17ca987))
* update browsercheck ([d7e0af6](https://github.com/geostyler/geostyler-cql-parser/commit/d7e0af6a7c476f8387a375b9321f2005ad0489cd))
* update geostyler-style version, cleanup package.json ([a938ae7](https://github.com/geostyler/geostyler-cql-parser/commit/a938ae759a765786ff57976a970a994fa0d68d02))
* use global if window is not available ([bab4242](https://github.com/geostyler/geostyler-cql-parser/commit/bab4242d8ee8af1e56dd1200d5244c4273650017))
* use proper cqlParser object to run properly in all environments ([23e0546](https://github.com/geostyler/geostyler-cql-parser/commit/23e05463e0459ae1b5592603bc7db51166a6f9f0))

## [4.0.0-beta.7](https://github.com/geostyler/geostyler-cql-parser/compare/v4.0.0-beta.6...v4.0.0-beta.7) (2024-06-21)


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-cql-parser",
"version": "4.0.0-beta.7",
"version": "4.0.0",
"description": "Translates CQL Filters and Geostyler Style Filters",
"type": "module",
"main": "dist/CqlParser.js",
Expand Down

0 comments on commit 449ac26

Please sign in to comment.