Skip to content

Commit

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

### ⚠ BREAKING CHANGES

* Produces ESM build.

### Features

* add semantic release, commitlint, introduce next branch ([bd93891](bd93891))
* 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 25, 2024
1 parent d905496 commit 8d5ba51
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [4.0.0-next.1](https://github.com/geostyler/geostyler-cql-parser/compare/v3.0.2...v4.0.0-next.1) (2024-06-25)


### ⚠ BREAKING CHANGES

* Produces ESM build.

### Features

* add semantic release, commitlint, introduce next branch ([bd93891](https://github.com/geostyler/geostyler-cql-parser/commit/bd9389119b1b11d6b15111d7000ad8b98d04d96d))
* 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.0.0-next.1](https://github.com/geostyler/geostyler-cql-parser/compare/v3.0.2...v4.0.0-next.1) (2024-06-20)


Expand Down

0 comments on commit 8d5ba51

Please sign in to comment.