Skip to content

Commit

Permalink
chore(release): 0.55.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.55.0](v0.54.0...v0.55.0) (2024-04-25)

### Features

* allow filtering by event on tags pages ([e2aba9a](e2aba9a))
* Allow typing into date input fields during book event editing. ([#112](#112)) ([0557fb4](0557fb4))
* detect if isbn field contains ASIN for metadata search [#113](#113) ([41d80f1](41d80f1))

### Bug Fixes

* use a better maintained barcode reader lib ([39f7835](39f7835))
  • Loading branch information
semantic-release-bot committed Apr 25, 2024
1 parent e2aba9a commit 01023b0
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.55.0](https://github.com/bayang/jelu/compare/v0.54.0...v0.55.0) (2024-04-25)


### Features

* allow filtering by event on tags pages ([e2aba9a](https://github.com/bayang/jelu/commit/e2aba9a061e4aa07713fc40da0ab0f7d6a57c2ec))
* Allow typing into date input fields during book event editing. ([#112](https://github.com/bayang/jelu/issues/112)) ([0557fb4](https://github.com/bayang/jelu/commit/0557fb41be4b36f7a627934e6e824a16419eb669))
* detect if isbn field contains ASIN for metadata search [#113](https://github.com/bayang/jelu/issues/113) ([41d80f1](https://github.com/bayang/jelu/commit/41d80f1c614172262df48a87d9712810c6ab7e9c))


### Bug Fixes

* use a better maintained barcode reader lib ([39f7835](https://github.com/bayang/jelu/commit/39f78356c7e09ea8a30cc408d834df7c24fa7555))

## [0.54.0](https://github.com/bayang/jelu/compare/v0.53.0...v0.54.0) (2024-04-25)


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

0 comments on commit 01023b0

Please sign in to comment.