Skip to content

Commit

Permalink
chore(release): 0.34.3 [skip ci]
Browse files Browse the repository at this point in the history
### [0.34.3](v0.34.2...v0.34.3) (2022-12-08)

### Bug Fixes

* modification date not updated on userbook ([98ca115](98ca115))
* wrong sort in history view [#51](#51) ([a6cfa5b](a6cfa5b))
  • Loading branch information
semantic-release-bot committed Dec 8, 2022
1 parent 98ca115 commit 3f33d7a
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.34.3](https://github.com/bayang/jelu/compare/v0.34.2...v0.34.3) (2022-12-08)


### Bug Fixes

* modification date not updated on userbook ([98ca115](https://github.com/bayang/jelu/commit/98ca115573c8163c6cf264b6000832a8f51f7341))
* wrong sort in history view [#51](https://github.com/bayang/jelu/issues/51) ([a6cfa5b](https://github.com/bayang/jelu/commit/a6cfa5ba606583c675350a4fd4fe543ac4a0f0f0))

### [0.34.2](https://github.com/bayang/jelu/compare/v0.34.1...v0.34.2) (2022-11-14)


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

0 comments on commit 3f33d7a

Please sign in to comment.