Skip to content

Commit

Permalink
chore(release): 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.0](v4.0.1...v4.1.0) (2024-10-31)

### Features

*  throw error for unsupported targetParsers ([14bb940](14bb940))
* adds geostyler-lyrx-parser ([cd4b625](cd4b625))

### Bug Fixes

* adapt outputfile name ([700518e](700518e))
  • Loading branch information
semantic-release-bot committed Oct 31, 2024
1 parent dd79b62 commit dc74b8b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [4.1.0](https://github.com/geostyler/geostyler-cli/compare/v4.0.1...v4.1.0) (2024-10-31)


### Features

* throw error for unsupported targetParsers ([14bb940](https://github.com/geostyler/geostyler-cli/commit/14bb940d6aee65547d2a4e87125fb5bfa4e3b1d1))
* adds geostyler-lyrx-parser ([cd4b625](https://github.com/geostyler/geostyler-cli/commit/cd4b625f01988c98bf8f5b02d9a46a36c0d2ec4e))


### Bug Fixes

* adapt outputfile name ([700518e](https://github.com/geostyler/geostyler-cli/commit/700518e00860bc9e19369fc24d6f6c5282beb7ed))

## [4.0.1](https://github.com/geostyler/geostyler-cli/compare/v4.0.0...v4.0.1) (2024-10-07)


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-cli",
"version": "4.0.1",
"version": "4.1.0",
"description": "",
"main": "dist/geostyler.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '4.0.1';
export default '4.1.0';

0 comments on commit dc74b8b

Please sign in to comment.