Skip to content

Commit

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

### Bug Fixes

* errors caused by upgrades ([25fe2cf](25fe2cf))
* goodreads csv parser ([33f0607](33f0607))
  • Loading branch information
semantic-release-bot committed Dec 18, 2022
1 parent 25fe2cf commit bc07c2a
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.4](https://github.com/bayang/jelu/compare/v0.34.3...v0.34.4) (2022-12-18)


### Bug Fixes

* errors caused by upgrades ([25fe2cf](https://github.com/bayang/jelu/commit/25fe2cf8998c5a5e21af4880ec63c2b36cf8adbe))
* goodreads csv parser ([33f0607](https://github.com/bayang/jelu/commit/33f06077580e3f46247933eeaf9d7899bf7e7b03))

### [0.34.3](https://github.com/bayang/jelu/compare/v0.34.2...v0.34.3) (2022-12-08)


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.3
version=0.34.4
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.3",
"version": "0.34.4",
"private": true,
"scripts": {
"dev": "vite --debug",
Expand Down

0 comments on commit bc07c2a

Please sign in to comment.