From 618ed502b032f4e185294f65fad33d100007400c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 23 Oct 2022 18:44:37 +0000 Subject: [PATCH] chore(release): 0.33.0 [skip ci] ## [0.33.0](https://github.com/bayang/jelu/compare/v0.32.0...v0.33.0) (2022-10-23) ### Features * add start date and end date on events for better clarity [#39](https://github.com/bayang/jelu/issues/39) ([1bbbea4](https://github.com/bayang/jelu/commit/1bbbea4118e2fc549d615b759d0fa27a5ab127af)) ### Bug Fixes * logging level in a method ([e6d32a1](https://github.com/bayang/jelu/commit/e6d32a1cc5ac085ca2a029872bdf2c859ca1cfc2)) * redirect loop on history page ([43e40ca](https://github.com/bayang/jelu/commit/43e40ca3dc7cf5b0755c80b5056ba037d7285d3e)) * reviews too narrow ([7090304](https://github.com/bayang/jelu/commit/7090304c40e0ac925c06da760ccd0c968dcbfeb8)) --- 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 c28831e5..d515e343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [0.33.0](https://github.com/bayang/jelu/compare/v0.32.0...v0.33.0) (2022-10-23) + + +### Features + +* add start date and end date on events for better clarity [#39](https://github.com/bayang/jelu/issues/39) ([1bbbea4](https://github.com/bayang/jelu/commit/1bbbea4118e2fc549d615b759d0fa27a5ab127af)) + + +### Bug Fixes + +* logging level in a method ([e6d32a1](https://github.com/bayang/jelu/commit/e6d32a1cc5ac085ca2a029872bdf2c859ca1cfc2)) +* redirect loop on history page ([43e40ca](https://github.com/bayang/jelu/commit/43e40ca3dc7cf5b0755c80b5056ba037d7285d3e)) +* reviews too narrow ([7090304](https://github.com/bayang/jelu/commit/7090304c40e0ac925c06da760ccd0c968dcbfeb8)) + ## [0.32.0](https://github.com/bayang/jelu/compare/v0.31.0...v0.32.0) (2022-10-02) diff --git a/gradle.properties b/gradle.properties index a730574d..47feb6ea 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.32.0 +version=0.33.0 diff --git a/src/jelu-ui/package.json b/src/jelu-ui/package.json index 375e8f80..f98b84f9 100644 --- a/src/jelu-ui/package.json +++ b/src/jelu-ui/package.json @@ -1,6 +1,6 @@ { "name": "jelu-ui", - "version": "0.32.0", + "version": "0.33.0", "private": true, "scripts": { "dev": "vite --debug",