Skip to content

Commit

Permalink
chore(release): 0.29.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.29.0](v0.28.0...v0.29.0) (2022-08-20)

### Features

* add proxy authentication ([a2f2554](a2f2554))
* also export dropped dates and currently reading [#24](#24) ([d81afbe](d81afbe))

### Bug Fixes

* remove useless line in dockerfile ([2277c94](2277c94))
  • Loading branch information
semantic-release-bot committed Aug 20, 2022
1 parent d81afbe commit 1858ddf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.28.0
version=0.29.0
2 changes: 1 addition & 1 deletion src/jelu-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jelu-ui",
"version": "0.28.0",
"version": "0.29.0",
"private": true,
"scripts": {
"dev": "vite --debug",
Expand Down

0 comments on commit 1858ddf

Please sign in to comment.