Skip to content

Commit

Permalink
chore(release): 0.30.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.30.0](v0.29.0...v0.30.0) (2022-09-13)

### Features

* use markdown to write reviews [#40](#40) ([0e11bbb](0e11bbb))

### Bug Fixes

* increase password length in login input [#43](#43) ([7568cc9](7568cc9))
* prevent temporary cover images conflicts in caches [#41](#41) ([b1482e1](b1482e1))
  • Loading branch information
semantic-release-bot committed Sep 13, 2022
1 parent 7568cc9 commit 329b2c3
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.30.0](https://github.com/bayang/jelu/compare/v0.29.0...v0.30.0) (2022-09-13)


### Features

* use markdown to write reviews [#40](https://github.com/bayang/jelu/issues/40) ([0e11bbb](https://github.com/bayang/jelu/commit/0e11bbb5d1c03f8448e44db83d1742c07918036d))


### Bug Fixes

* increase password length in login input [#43](https://github.com/bayang/jelu/issues/43) ([7568cc9](https://github.com/bayang/jelu/commit/7568cc99f3741b48d80a468a51926f8172692e46))
* prevent temporary cover images conflicts in caches [#41](https://github.com/bayang/jelu/issues/41) ([b1482e1](https://github.com/bayang/jelu/commit/b1482e1b3d9f73c4213123614a79c3f0c06a1f32))

## [0.29.0](https://github.com/bayang/jelu/compare/v0.28.0...v0.29.0) (2022-08-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.29.0
version=0.30.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.29.0",
"version": "0.30.0",
"private": true,
"scripts": {
"dev": "vite --debug",
Expand Down

0 comments on commit 329b2c3

Please sign in to comment.