From aa74d5d74eeb6e3bdc0f06d035d306d496c9e378 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Jan 2025 21:10:02 +0000 Subject: [PATCH] chore(release): 0.65.0 [skip ci] ## [0.65.0](https://github.com/bayang/jelu/compare/v0.64.0...v0.65.0) (2025-01-17) ### Features * orphan authors and series management [#148](https://github.com/bayang/jelu/issues/148) ([9061b88](https://github.com/bayang/jelu/commit/9061b88efb36cfa7cd8df2d9a5b55fb058ee29f4)) ### Bug Fixes * google api provider [#161](https://github.com/bayang/jelu/issues/161) ([ba3cb81](https://github.com/bayang/jelu/commit/ba3cb81ef99cd238b90eca97313f8c1e46cfb047)) * less disturbing taginput css [#179](https://github.com/bayang/jelu/issues/179) ([f64990d](https://github.com/bayang/jelu/commit/f64990ddcb2d00b7a83805fb9466962f7ec32a7e)) --- CHANGELOG.md | 13 +++++++++++++ gradle.properties | 2 +- src/jelu-ui/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b0813d0..c8db1ae3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [0.65.0](https://github.com/bayang/jelu/compare/v0.64.0...v0.65.0) (2025-01-17) + + +### Features + +* orphan authors and series management [#148](https://github.com/bayang/jelu/issues/148) ([9061b88](https://github.com/bayang/jelu/commit/9061b88efb36cfa7cd8df2d9a5b55fb058ee29f4)) + + +### Bug Fixes + +* google api provider [#161](https://github.com/bayang/jelu/issues/161) ([ba3cb81](https://github.com/bayang/jelu/commit/ba3cb81ef99cd238b90eca97313f8c1e46cfb047)) +* less disturbing taginput css [#179](https://github.com/bayang/jelu/issues/179) ([f64990d](https://github.com/bayang/jelu/commit/f64990ddcb2d00b7a83805fb9466962f7ec32a7e)) + ## [0.64.0](https://github.com/bayang/jelu/compare/v0.63.0...v0.64.0) (2025-01-13) diff --git a/gradle.properties b/gradle.properties index b2a07c0d..6bc4a0ec 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.64.0 +version=0.65.0 diff --git a/src/jelu-ui/package.json b/src/jelu-ui/package.json index b1e23430..dfda906f 100644 --- a/src/jelu-ui/package.json +++ b/src/jelu-ui/package.json @@ -1,6 +1,6 @@ { "name": "jelu-ui", - "version": "0.64.0", + "version": "0.65.0", "private": true, "scripts": { "dev": "vite --debug",