Skip to content

Commit

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

### Bug Fixes

* date handling in history view after events modification ([1d2edd9](1d2edd9))
* impossible to edit an event in some conditions [#49](#49) ([cfa0ad1](cfa0ad1))
  • Loading branch information
semantic-release-bot committed Oct 24, 2022
1 parent cfa0ad1 commit 40c5302
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [0.33.1](https://github.com/bayang/jelu/compare/v0.33.0...v0.33.1) (2022-10-24)


### Bug Fixes

* date handling in history view after events modification ([1d2edd9](https://github.com/bayang/jelu/commit/1d2edd9299c17f3036fb7529ebce6c18e0d9e8ea))
* impossible to edit an event in some conditions [#49](https://github.com/bayang/jelu/issues/49) ([cfa0ad1](https://github.com/bayang/jelu/commit/cfa0ad1f3b497d31944392dd40f113b4e879f3b9))

## [0.33.0](https://github.com/bayang/jelu/compare/v0.32.0...v0.33.0) (2022-10-23)


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

0 comments on commit 40c5302

Please sign in to comment.