Skip to content

Commit

Permalink
chore(release): 0.60.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.60.0](v0.59.2...v0.60.0) (2024-10-26)

### Features

* save activity in DB [#116](#116) ([baa86f8](baa86f8))

### Bug Fixes

* image cache too strict [#147](#147) ([fb3477f](fb3477f))
  • Loading branch information
semantic-release-bot committed Oct 26, 2024
1 parent fb3477f commit be1f729
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.60.0](https://github.com/bayang/jelu/compare/v0.59.2...v0.60.0) (2024-10-26)


### Features

* save activity in DB [#116](https://github.com/bayang/jelu/issues/116) ([baa86f8](https://github.com/bayang/jelu/commit/baa86f8d558539471ded029f70abd0408e63d40e))


### Bug Fixes

* image cache too strict [#147](https://github.com/bayang/jelu/issues/147) ([fb3477f](https://github.com/bayang/jelu/commit/fb3477f05584510301d2de4761536cca941fde53))

### [0.59.2](https://github.com/bayang/jelu/compare/v0.59.1...v0.59.2) (2024-10-07)


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

0 comments on commit be1f729

Please sign in to comment.