Skip to content

Commit

Permalink
chore(release): 0.32.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.32.0](v0.31.0...v0.32.0) (2022-10-02)

### Features

* add translators on books [#27](#27) ([70e2840](70e2840))
* mark book as borrowed [#46](#46) ([950c6c7](950c6c7))
  • Loading branch information
semantic-release-bot committed Oct 2, 2022
1 parent 950c6c7 commit 9407356
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.32.0](https://github.com/bayang/jelu/compare/v0.31.0...v0.32.0) (2022-10-02)


### Features

* add translators on books [#27](https://github.com/bayang/jelu/issues/27) ([70e2840](https://github.com/bayang/jelu/commit/70e2840671d5e91be22505569b4a2c4b84852d6c))
* mark book as borrowed [#46](https://github.com/bayang/jelu/issues/46) ([950c6c7](https://github.com/bayang/jelu/commit/950c6c79d09696cdd78e2e793c61cbe81b3ea4ac))

## [0.31.0](https://github.com/bayang/jelu/compare/v0.30.0...v0.31.0) (2022-09-20)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.31.0
version=0.32.0
2 changes: 1 addition & 1 deletion src/jelu-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jelu-ui",
"version": "0.31.0",
"version": "0.32.0",
"private": true,
"scripts": {
"dev": "vite --debug",
Expand Down

0 comments on commit 9407356

Please sign in to comment.