Skip to content

Commit

Permalink
chore(release): 0.65.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.65.0](v0.64.0...v0.65.0) (2025-01-17)

### Features

* orphan authors and series management [#148](#148) ([9061b88](9061b88))

### Bug Fixes

* google api provider [#161](#161) ([ba3cb81](ba3cb81))
* less disturbing taginput css [#179](#179) ([f64990d](f64990d))
  • Loading branch information
semantic-release-bot committed Jan 17, 2025
1 parent f64990d commit aa74d5d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [0.65.0](https://github.com/bayang/jelu/compare/v0.64.0...v0.65.0) (2025-01-17)


### Features

* orphan authors and series management [#148](https://github.com/bayang/jelu/issues/148) ([9061b88](https://github.com/bayang/jelu/commit/9061b88efb36cfa7cd8df2d9a5b55fb058ee29f4))


### Bug Fixes

* google api provider [#161](https://github.com/bayang/jelu/issues/161) ([ba3cb81](https://github.com/bayang/jelu/commit/ba3cb81ef99cd238b90eca97313f8c1e46cfb047))
* less disturbing taginput css [#179](https://github.com/bayang/jelu/issues/179) ([f64990d](https://github.com/bayang/jelu/commit/f64990ddcb2d00b7a83805fb9466962f7ec32a7e))

## [0.64.0](https://github.com/bayang/jelu/compare/v0.63.0...v0.64.0) (2025-01-13)


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

0 comments on commit aa74d5d

Please sign in to comment.