From 13940ad7b24539edec9537c45803c8692198726d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Jan 2025 19:55:56 +0000 Subject: [PATCH] chore(release): 0.66.0 [skip ci] ## [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)) --- CHANGELOG.md | 14 ++++++++++++++ gradle.properties | 2 +- src/jelu-ui/package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff24ca7c..356459b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/gradle.properties b/gradle.properties index bd4d8268..71765b94 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.65.1 +version=0.66.0 diff --git a/src/jelu-ui/package.json b/src/jelu-ui/package.json index 2b290f37..3fda5c3e 100644 --- a/src/jelu-ui/package.json +++ b/src/jelu-ui/package.json @@ -1,6 +1,6 @@ { "name": "jelu-ui", - "version": "0.65.1", + "version": "0.66.0", "private": true, "scripts": { "dev": "vite --debug",