Skip to content

Commit

Permalink
chore(release): 9.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [9.0.0](v8.1.0...v9.0.0) (2024-06-25)

### ⚠ BREAKING CHANGES

* order of arguments of the FCase function has been change

### Features

* add interpolate function ([ac4a927](ac4a927))
* add new functions ([b15e97f](b15e97f))
* export case and step params ([ea7cbaf](ea7cbaf))
* prepare pre releases ([3290ff1](3290ff1))

### Bug Fixes

* **deps:** update dependency @types/lodash to v4.17.5 ([d32fec9](d32fec9))
* fix semantic release plugin ([944a92f](944a92f))
* fix tsconfig ([a49482e](a49482e))
* switch to node 20 ([89c4f64](89c4f64))
* update FCase arguments ([2d51319](2d51319))
* update repo schema ([0b4c5c1](0b4c5c1))
* use proper node version ([8b72f62](8b72f62))
* use single entry point ([12d2d3b](12d2d3b))
  • Loading branch information
semantic-release-bot committed Jun 25, 2024
1 parent 3c201ac commit f1c66b9
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 @@
## [9.0.0](https://github.com/geostyler/geostyler-style/compare/v8.1.0...v9.0.0) (2024-06-25)


### ⚠ BREAKING CHANGES

* order of arguments of the FCase function has been change

### Features

* add interpolate function ([ac4a927](https://github.com/geostyler/geostyler-style/commit/ac4a9270b70a2d388a3954f2e7d6e6c94ea120eb))
* add new functions ([b15e97f](https://github.com/geostyler/geostyler-style/commit/b15e97f91210f989725b92ed7b0d8bf3bed51ea3))
* export case and step params ([ea7cbaf](https://github.com/geostyler/geostyler-style/commit/ea7cbaf42dbc91495d0fa4b8fa7ca8f11d60dcae))
* prepare pre releases ([3290ff1](https://github.com/geostyler/geostyler-style/commit/3290ff124d5e5d3d69345ee4aca83d3d66fd45e2))


### Bug Fixes

* **deps:** update dependency @types/lodash to v4.17.5 ([d32fec9](https://github.com/geostyler/geostyler-style/commit/d32fec9d3b396349f501a19660fe1bbdb9b5a515))
* fix semantic release plugin ([944a92f](https://github.com/geostyler/geostyler-style/commit/944a92faa85cdafd384ed732aafef3df870969a0))
* fix tsconfig ([a49482e](https://github.com/geostyler/geostyler-style/commit/a49482ea49842f039ce3bbd189e894090e14a106))
* switch to node 20 ([89c4f64](https://github.com/geostyler/geostyler-style/commit/89c4f64661976200cc38aa85462fed5e5025e495))
* update FCase arguments ([2d51319](https://github.com/geostyler/geostyler-style/commit/2d513191a62b58a841c695c3ba0e3fd0426d9dcb))
* update repo schema ([0b4c5c1](https://github.com/geostyler/geostyler-style/commit/0b4c5c144dc72c0591327478152a1a92c1e23a29))
* use proper node version ([8b72f62](https://github.com/geostyler/geostyler-style/commit/8b72f62fb9597faa4ade9242afbb8a1075822d6f))
* use single entry point ([12d2d3b](https://github.com/geostyler/geostyler-style/commit/12d2d3b9b1ebd3d683306b932b29339bb8bc9049))

## [9.0.0-next.5](https://github.com/geostyler/geostyler-style/compare/v9.0.0-next.4...v9.0.0-next.5) (2024-06-20)


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-style",
"version": "9.0.0-next.5",
"version": "9.0.0",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit f1c66b9

Please sign in to comment.