From 1858ddf1e783bd0f3526697698a5e667141acd55 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 20 Aug 2022 14:41:04 +0000 Subject: [PATCH] chore(release): 0.29.0 [skip ci] ## [0.29.0](https://github.com/bayang/jelu/compare/v0.28.0...v0.29.0) (2022-08-20) ### Features * add proxy authentication ([a2f2554](https://github.com/bayang/jelu/commit/a2f2554eae89bf5e240c15d259bf0cd7b7766b03)) * also export dropped dates and currently reading [#24](https://github.com/bayang/jelu/issues/24) ([d81afbe](https://github.com/bayang/jelu/commit/d81afbe295fdaeb8e9d40812f7662d2606a42426)) ### Bug Fixes * remove useless line in dockerfile ([2277c94](https://github.com/bayang/jelu/commit/2277c9486f73866433914995778c9af8164e0625)) --- 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 4c8df93b..5223d680 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [0.29.0](https://github.com/bayang/jelu/compare/v0.28.0...v0.29.0) (2022-08-20) + + +### Features + +* add proxy authentication ([a2f2554](https://github.com/bayang/jelu/commit/a2f2554eae89bf5e240c15d259bf0cd7b7766b03)) +* also export dropped dates and currently reading [#24](https://github.com/bayang/jelu/issues/24) ([d81afbe](https://github.com/bayang/jelu/commit/d81afbe295fdaeb8e9d40812f7662d2606a42426)) + + +### Bug Fixes + +* remove useless line in dockerfile ([2277c94](https://github.com/bayang/jelu/commit/2277c9486f73866433914995778c9af8164e0625)) + ## [0.28.0](https://github.com/bayang/jelu/compare/v0.27.0...v0.28.0) (2022-08-19) diff --git a/gradle.properties b/gradle.properties index 0f84cfd8..187e7dfc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.28.0 +version=0.29.0 diff --git a/src/jelu-ui/package.json b/src/jelu-ui/package.json index e7aa2f4b..a28aeae9 100644 --- a/src/jelu-ui/package.json +++ b/src/jelu-ui/package.json @@ -1,6 +1,6 @@ { "name": "jelu-ui", - "version": "0.28.0", + "version": "0.29.0", "private": true, "scripts": { "dev": "vite --debug",