Skip to content

Commit

Permalink
chore(release): 0.33.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.33.0](v0.32.0...v0.33.0) (2022-10-23)

### Features

* add start date and end date on events for better clarity [#39](#39) ([1bbbea4](1bbbea4))

### Bug Fixes

* logging level in a method ([e6d32a1](e6d32a1))
* redirect loop on history page ([43e40ca](43e40ca))
* reviews too narrow ([7090304](7090304))
  • Loading branch information
semantic-release-bot committed Oct 23, 2022
1 parent 43e40ca commit 618ed50
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.32.0
version=0.33.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.32.0",
"version": "0.33.0",
"private": true,
"scripts": {
"dev": "vite --debug",
Expand Down

0 comments on commit 618ed50

Please sign in to comment.