Skip to content

Commit

Permalink
chore(release): 0.21.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.21.0](v0.20.0...v0.21.0) (2022-05-25)

### Features

* add history view ([e8ffb83](e8ffb83))

### Bug Fixes

* event modal too small ([6215202](6215202))
* remove to-read flag when book is finished ([c88a4fe](c88a4fe))
  • Loading branch information
semantic-release-bot committed May 25, 2022
1 parent e8ffb83 commit e4c3b78
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [0.21.0](https://github.com/bayang/jelu/compare/v0.20.0...v0.21.0) (2022-05-25)


### Features

* add history view ([e8ffb83](https://github.com/bayang/jelu/commit/e8ffb83520bbf1b77aed8c8089c85bf1f0fad5fe))


### Bug Fixes

* event modal too small ([6215202](https://github.com/bayang/jelu/commit/62152021935f6529a8cf287d024856663b120c4b))
* remove to-read flag when book is finished ([c88a4fe](https://github.com/bayang/jelu/commit/c88a4fedfe3314de0ffaf16300ad92880bc3418e))

## [0.20.0](https://github.com/bayang/jelu/compare/v0.19.0...v0.20.0) (2022-05-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.20.0
version=0.21.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.20.0",
"version": "0.21.0",
"private": true,
"scripts": {
"dev": "vite --debug",
Expand Down

0 comments on commit e4c3b78

Please sign in to comment.