Skip to content

Commit

Permalink
chore(release): 1.13.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.13.0](v1.12.0...v1.13.0) (2024-03-07)

### Features

* **repo:** add spotless plugin ([#25](#25)) ([bc4569f](bc4569f))

### Bug Fixes

* **ci:** adjust error in condition ([1d90c7e](1d90c7e))
* **repo:** bug in unrelated tasks -- should not be there ([2e656e4](2e656e4))
  • Loading branch information
semantic-release-bot committed Mar 7, 2024
1 parent 2e656e4 commit c0a2eaf
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.13.0](https://github.com/zucchero-sintattico/piper-kt/compare/v1.12.0...v1.13.0) (2024-03-07)


### Features

* **repo:** add spotless plugin ([#25](https://github.com/zucchero-sintattico/piper-kt/issues/25)) ([bc4569f](https://github.com/zucchero-sintattico/piper-kt/commit/bc4569f2a9675dde97276a9a515067312a4f18f1))


### Bug Fixes

* **ci:** adjust error in condition ([1d90c7e](https://github.com/zucchero-sintattico/piper-kt/commit/1d90c7e174ce8c3805c22c54c844623e6d066902))
* **repo:** bug in unrelated tasks -- should not be there ([2e656e4](https://github.com/zucchero-sintattico/piper-kt/commit/2e656e4d04101d19e7b62e5a28b98f006332a52b))

## [1.12.0](https://github.com/zucchero-sintattico/piper-kt/compare/v1.11.0...v1.12.0) (2024-03-05)


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": "piper-kt",
"version": "1.12.0",
"version": "1.13.0",
"description": "A microservice chat app, kotlin based.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c0a2eaf

Please sign in to comment.