Skip to content

Commit

Permalink
chore(release): 0.20.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.20.0](v0.19.0...v0.20.0) (2022-05-20)

### Features

* put the search bar in nav bar ([2fef551](2fef551))

### Bug Fixes

* add loading indicator when loading stats ([ffe2e35](ffe2e35))
* stats order ([83199f7](83199f7))
* try to make metadata grabber work on ARM ([8cea20f](8cea20f))
  • Loading branch information
semantic-release-bot committed May 20, 2022
1 parent 8cea20f commit d9bf005
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.20.0](https://github.com/bayang/jelu/compare/v0.19.0...v0.20.0) (2022-05-20)


### Features

* put the search bar in nav bar ([2fef551](https://github.com/bayang/jelu/commit/2fef5515b912abc08ebe2b3481065e42deb00d00))


### Bug Fixes

* add loading indicator when loading stats ([ffe2e35](https://github.com/bayang/jelu/commit/ffe2e35b6e67eb3ac18a7f7402f96fba42900486))
* stats order ([83199f7](https://github.com/bayang/jelu/commit/83199f7d743db8fceaa813f70cbaa86104894ed2))
* try to make metadata grabber work on ARM ([8cea20f](https://github.com/bayang/jelu/commit/8cea20fb770926677f03ef8aa4933edf3a8f2e6c))

## [0.19.0](https://github.com/bayang/jelu/compare/v0.18.0...v0.19.0) (2022-05-15)


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

0 comments on commit d9bf005

Please sign in to comment.