Skip to content

Commit

Permalink
chore(release): 3.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [3.1.5](v3.1.4...v3.1.5) (2024-06-20)

### Bug Fixes

* add missing dependency ([44f0f59](44f0f59))
* create a version.ts file and use this for CLI version numbers ([#390](#390)) ([5b4f47e](5b4f47e))
  • Loading branch information
semantic-release-bot committed Jun 20, 2024
1 parent f811348 commit 4b3fa57
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.1.5](https://github.com/geostyler/geostyler-cli/compare/v3.1.4...v3.1.5) (2024-06-20)


### Bug Fixes

* add missing dependency ([44f0f59](https://github.com/geostyler/geostyler-cli/commit/44f0f59b50e0c91b1e257d85a39d551125d620f0))
* create a version.ts file and use this for CLI version numbers ([#390](https://github.com/geostyler/geostyler-cli/issues/390)) ([5b4f47e](https://github.com/geostyler/geostyler-cli/commit/5b4f47e1449cd0e908746700e90431f80c703f2d))

## [3.1.4](https://github.com/geostyler/geostyler-cli/compare/v3.1.3...v3.1.4) (2024-06-19)


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": "3.1.4",
"version": "3.1.5",
"description": "",
"main": "dist/src/index.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 "3.1.4";
export default '3.1.5';

0 comments on commit 4b3fa57

Please sign in to comment.