From ba650fcb3f50e68e62eb2b78a28b2225e29d6dfd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 25 Jun 2024 13:58:47 +0000 Subject: [PATCH] chore(release): 1.0.0-next.1 [skip ci] ## 1.0.0-next.1 (2024-06-25) ### Features * setup skeleton project ([3dbcfdd](https://github.com/geostyler/geostyler-lyrx-parser/commit/3dbcfdde08287fe4b697a8f5293ff0913e411155)) ### Bug Fixes * adapt tests ([6a94a68](https://github.com/geostyler/geostyler-lyrx-parser/commit/6a94a68dd257cf361ad80665b2778ffcf1683411)) * add package-lock ([eca821d](https://github.com/geostyler/geostyler-lyrx-parser/commit/eca821d6982ad7ddbc5477ff19cafdac1538ec6f)) * better color ([16730f6](https://github.com/geostyler/geostyler-lyrx-parser/commit/16730f69c9d1a5b08d6e398cc7459ef22b4514d7)) * ci add lib conventional-changelog ([e7f1d63](https://github.com/geostyler/geostyler-lyrx-parser/commit/e7f1d63e2cdcd362fd3145f3abaa57d0eeb0d11f)) * eslint ([ac64058](https://github.com/geostyler/geostyler-lyrx-parser/commit/ac640587a5df24e55aca0cc8f62e513005f59452)) * fix build ([97677f7](https://github.com/geostyler/geostyler-lyrx-parser/commit/97677f7c6ca51e859fd37763d7b7805d9787b690)) * fix eslint ([8612bfc](https://github.com/geostyler/geostyler-lyrx-parser/commit/8612bfc172f4d7c2afe561e5f9e3e2519f7b8c89)) * main style output quick fix for TEXT expression ([8a3b444](https://github.com/geostyler/geostyler-lyrx-parser/commit/8a3b44469ad27489550a98684a10fa136fcd1eeb)) * remove build folder ([dcf0fe7](https://github.com/geostyler/geostyler-lyrx-parser/commit/dcf0fe75f70bc24783036b7c712ab67dbc72c599)) * remove dublicate export ([e66ba3f](https://github.com/geostyler/geostyler-lyrx-parser/commit/e66ba3f1d2bdb44167917b695dd3e8817393c39d)) * skip test on radius for now ([6f36fea](https://github.com/geostyler/geostyler-lyrx-parser/commit/6f36fea9ba7efbd8a246609f572fa8dffff98586)) * use/produce esm build ([3313791](https://github.com/geostyler/geostyler-lyrx-parser/commit/33137918825ef505cc21de53337d5c7f82337487)) --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5456964..eda0708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +## 1.0.0-next.1 (2024-06-25) + + +### Features + +* setup skeleton project ([3dbcfdd](https://github.com/geostyler/geostyler-lyrx-parser/commit/3dbcfdde08287fe4b697a8f5293ff0913e411155)) + + +### Bug Fixes + +* adapt tests ([6a94a68](https://github.com/geostyler/geostyler-lyrx-parser/commit/6a94a68dd257cf361ad80665b2778ffcf1683411)) +* add package-lock ([eca821d](https://github.com/geostyler/geostyler-lyrx-parser/commit/eca821d6982ad7ddbc5477ff19cafdac1538ec6f)) +* better color ([16730f6](https://github.com/geostyler/geostyler-lyrx-parser/commit/16730f69c9d1a5b08d6e398cc7459ef22b4514d7)) +* ci add lib conventional-changelog ([e7f1d63](https://github.com/geostyler/geostyler-lyrx-parser/commit/e7f1d63e2cdcd362fd3145f3abaa57d0eeb0d11f)) +* eslint ([ac64058](https://github.com/geostyler/geostyler-lyrx-parser/commit/ac640587a5df24e55aca0cc8f62e513005f59452)) +* fix build ([97677f7](https://github.com/geostyler/geostyler-lyrx-parser/commit/97677f7c6ca51e859fd37763d7b7805d9787b690)) +* fix eslint ([8612bfc](https://github.com/geostyler/geostyler-lyrx-parser/commit/8612bfc172f4d7c2afe561e5f9e3e2519f7b8c89)) +* main style output quick fix for TEXT expression ([8a3b444](https://github.com/geostyler/geostyler-lyrx-parser/commit/8a3b44469ad27489550a98684a10fa136fcd1eeb)) +* remove build folder ([dcf0fe7](https://github.com/geostyler/geostyler-lyrx-parser/commit/dcf0fe75f70bc24783036b7c712ab67dbc72c599)) +* remove dublicate export ([e66ba3f](https://github.com/geostyler/geostyler-lyrx-parser/commit/e66ba3f1d2bdb44167917b695dd3e8817393c39d)) +* skip test on radius for now ([6f36fea](https://github.com/geostyler/geostyler-lyrx-parser/commit/6f36fea9ba7efbd8a246609f572fa8dffff98586)) +* use/produce esm build ([3313791](https://github.com/geostyler/geostyler-lyrx-parser/commit/33137918825ef505cc21de53337d5c7f82337487)) + ## 1.0.0-next.1 (2024-06-20)