Skip to content

Commit

Permalink
chore(release): 0.12.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.12.0](v0.11.0...v0.12.0) (2022-04-02)

### Features

* more loading feedback ([7ad0b25](7ad0b25))

### Bug Fixes

* remove useless class ([1729b6a](1729b6a))
* small improvements in UI ([7b27e94](7b27e94))
  • Loading branch information
semantic-release-bot committed Apr 2, 2022
1 parent 1729b6a commit 9843b79
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.12.0](https://github.com/bayang/jelu/compare/v0.11.0...v0.12.0) (2022-04-02)


### Features

* more loading feedback ([7ad0b25](https://github.com/bayang/jelu/commit/7ad0b25c9861a7a331666085734d18db899cf5a8))


### Bug Fixes

* remove useless class ([1729b6a](https://github.com/bayang/jelu/commit/1729b6a8b11f022346f8d2ed56c592e0f755fc5c))
* small improvements in UI ([7b27e94](https://github.com/bayang/jelu/commit/7b27e94ae9228c8291180c61e46b37d292674312))

## [0.11.0](https://github.com/bayang/jelu/compare/v0.10.0...v0.11.0) (2022-04-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.11.0
version=0.12.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.11.0",
"version": "0.12.0",
"private": true,
"scripts": {
"dev": "vite --debug",
Expand Down

0 comments on commit 9843b79

Please sign in to comment.