Skip to content

Commit

Permalink
chore(release): 0.66.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.66.0](v0.65.1...v0.66.0) (2025-01-23)

### Features

* add activity page ([01a99bd](01a99bd))
* also display pagination at the top [#183](#183) ([4d14bf6](4d14bf6))
* display total read and unread [#171](#171) ([04e0bfe](04e0bfe))

### Bug Fixes

* upgrade upload action ([af9b64e](af9b64e))
  • Loading branch information
semantic-release-bot committed Jan 23, 2025
1 parent af9b64e commit 13940ad
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.66.0](https://github.com/bayang/jelu/compare/v0.65.1...v0.66.0) (2025-01-23)


### Features

* add activity page ([01a99bd](https://github.com/bayang/jelu/commit/01a99bd99eabf79ad2c729bd33b61d19cfe78141))
* also display pagination at the top [#183](https://github.com/bayang/jelu/issues/183) ([4d14bf6](https://github.com/bayang/jelu/commit/4d14bf64ee95ffda90c4c82f7ab000af1c4efb99))
* display total read and unread [#171](https://github.com/bayang/jelu/issues/171) ([04e0bfe](https://github.com/bayang/jelu/commit/04e0bfe0d271fcb7e3a7f3693bdf772c71509fa9))


### Bug Fixes

* upgrade upload action ([af9b64e](https://github.com/bayang/jelu/commit/af9b64e9b2efdb628b64ff4a12efee91845e7c69))

### [0.65.1](https://github.com/bayang/jelu/compare/v0.65.0...v0.65.1) (2025-01-21)


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

0 comments on commit 13940ad

Please sign in to comment.