Skip to content

Commit

Permalink
chore(release): 0.43.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.43.0](v0.42.0...v0.43.0) (2023-11-12)

### Features

* allow tags management page ([a5e4af0](a5e4af0))

### Bug Fixes

* bugfix ([aee0f33](aee0f33))
* delete label ([722f749](722f749))
  • Loading branch information
semantic-release-bot committed Nov 12, 2023
1 parent a5e4af0 commit 58ce400
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.43.0](https://github.com/bayang/jelu/compare/v0.42.0...v0.43.0) (2023-11-12)


### Features

* allow tags management page ([a5e4af0](https://github.com/bayang/jelu/commit/a5e4af00ffd7c506e28eab2f2ffce958816cfac0))


### Bug Fixes

* bugfix ([aee0f33](https://github.com/bayang/jelu/commit/aee0f335b1d4ff7c2a45a64f7f8f71b293d0d6ca))
* delete label ([722f749](https://github.com/bayang/jelu/commit/722f749401a1ec8c763171371b939c616ed82899))

## [0.42.0](https://github.com/bayang/jelu/compare/v0.41.4...v0.42.0) (2023-11-01)


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

0 comments on commit 58ce400

Please sign in to comment.