Skip to content

Commit

Permalink
chore(release): 4.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.3.1](v4.3.0...v4.3.1) (2025-01-13)

### Bug Fixes

* update geostyler packages ([6ef08af](6ef08af))
  • Loading branch information
semantic-release-bot committed Jan 13, 2025
1 parent 4c2c663 commit 601d973
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.3.1](https://github.com/geostyler/geostyler-cli/compare/v4.3.0...v4.3.1) (2025-01-13)


### Bug Fixes

* update geostyler packages ([6ef08af](https://github.com/geostyler/geostyler-cli/commit/6ef08aff6156614ab786fa2ffee237b389c5aeae))

## [4.3.0](https://github.com/geostyler/geostyler-cli/compare/v4.2.0...v4.3.0) (2025-01-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.3.0",
"version": "4.3.1",
"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.3.0';
export default '4.3.1';

0 comments on commit 601d973

Please sign in to comment.