From 56581f1529704f1f5490803c76e30dcf8b84c234 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 31 Jan 2025 21:55:14 +0000 Subject: [PATCH] chore(release): 0.66.1 [skip ci] ### [0.66.1](https://github.com/bayang/jelu/compare/v0.66.0...v0.66.1) (2025-01-31) ### Bug Fixes * calibre provider broken [#185](https://github.com/bayang/jelu/issues/185) ([9307080](https://github.com/bayang/jelu/commit/93070805e4d46a5d4c5a931a13ced6c6f1527a11)) * do not install python3 in docker ([3b1c2af](https://github.com/bayang/jelu/commit/3b1c2af0e316d10d15af6ad09ba80a93396eb719)) * remove arm64, python 3.12 does not build ([c03c812](https://github.com/bayang/jelu/commit/c03c812d13a09b34f9fc5c484f4696719ba4ff1b)) * simplify calibre install ([dae4fac](https://github.com/bayang/jelu/commit/dae4fac6ae45020cc214983cfe2c1f419044b053)) --- CHANGELOG.md | 10 ++++++++++ gradle.properties | 2 +- src/jelu-ui/package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 356459b8..3d0fe8d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### [0.66.1](https://github.com/bayang/jelu/compare/v0.66.0...v0.66.1) (2025-01-31) + + +### Bug Fixes + +* calibre provider broken [#185](https://github.com/bayang/jelu/issues/185) ([9307080](https://github.com/bayang/jelu/commit/93070805e4d46a5d4c5a931a13ced6c6f1527a11)) +* do not install python3 in docker ([3b1c2af](https://github.com/bayang/jelu/commit/3b1c2af0e316d10d15af6ad09ba80a93396eb719)) +* remove arm64, python 3.12 does not build ([c03c812](https://github.com/bayang/jelu/commit/c03c812d13a09b34f9fc5c484f4696719ba4ff1b)) +* simplify calibre install ([dae4fac](https://github.com/bayang/jelu/commit/dae4fac6ae45020cc214983cfe2c1f419044b053)) + ## [0.66.0](https://github.com/bayang/jelu/compare/v0.65.1...v0.66.0) (2025-01-23) diff --git a/gradle.properties b/gradle.properties index 71765b94..02cd2042 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.66.0 +version=0.66.1 diff --git a/src/jelu-ui/package.json b/src/jelu-ui/package.json index 3fda5c3e..b6aa8e09 100644 --- a/src/jelu-ui/package.json +++ b/src/jelu-ui/package.json @@ -1,6 +1,6 @@ { "name": "jelu-ui", - "version": "0.66.0", + "version": "0.66.1", "private": true, "scripts": { "dev": "vite --debug",