Skip to content

Commit

Permalink
chore(release): 0.38.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.38.0](v0.37.0...v0.38.0) (2023-03-25)

### Features

* plugins refactor ([bd942fe](bd942fe))

### Bug Fixes

* make linter happy ([5fd65ee](5fd65ee))
  • Loading branch information
semantic-release-bot committed Mar 25, 2023
1 parent 5fd65ee commit f0a2c22
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.38.0](https://github.com/bayang/jelu/compare/v0.37.0...v0.38.0) (2023-03-25)


### Features

* plugins refactor ([bd942fe](https://github.com/bayang/jelu/commit/bd942fe20fd202d4639889e80c57a39ab3597eb6))


### Bug Fixes

* make linter happy ([5fd65ee](https://github.com/bayang/jelu/commit/5fd65eec5f7353ca76b6914131ea6a98ce0956ce))

## [0.37.0](https://github.com/bayang/jelu/compare/v0.36.0...v0.37.0) (2023-02-16)


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

0 comments on commit f0a2c22

Please sign in to comment.