Skip to content

Commit

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

### Features

* improve CLI conventions ([afa64a0](afa64a0))
  • Loading branch information
semantic-release-bot committed Jan 7, 2025
1 parent dde9dfb commit 54ec3bf
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.0](https://github.com/geostyler/geostyler-cli/compare/v4.2.0...v4.3.0) (2025-01-07)


### Features

* improve CLI conventions ([afa64a0](https://github.com/geostyler/geostyler-cli/commit/afa64a094c18a03a4a1fe814126826c2f7daf649))

## [4.2.0](https://github.com/geostyler/geostyler-cli/compare/v4.1.2...v4.2.0) (2024-12-11)


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.2.0",
"version": "4.3.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.2.0';
export default '4.3.0';

0 comments on commit 54ec3bf

Please sign in to comment.