Skip to content

Commit

Permalink
chore(release): 0.59.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.59.0](v0.58.0...v0.59.0) (2024-09-21)

### Features

* add series description and rating [#122](#122) ([f32d1fb](f32d1fb))

### Bug Fixes

* series order number on card [#140](#140) ([c15ac02](c15ac02))
  • Loading branch information
semantic-release-bot committed Sep 21, 2024
1 parent c15ac02 commit 9664e95
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.59.0](https://github.com/bayang/jelu/compare/v0.58.0...v0.59.0) (2024-09-21)


### Features

* add series description and rating [#122](https://github.com/bayang/jelu/issues/122) ([f32d1fb](https://github.com/bayang/jelu/commit/f32d1fbc45e1f6cdf164b4f9b8e828911b722245))


### Bug Fixes

* series order number on card [#140](https://github.com/bayang/jelu/issues/140) ([c15ac02](https://github.com/bayang/jelu/commit/c15ac0299003d6239aaeacb9ab02ba9c4dfadf2a))

## [0.58.0](https://github.com/bayang/jelu/compare/v0.57.0...v0.58.0) (2024-09-15)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.58.0
version=0.59.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.58.0",
"version": "0.59.0",
"private": true,
"scripts": {
"dev": "vite --debug",
Expand Down

0 comments on commit 9664e95

Please sign in to comment.