Skip to content

Commit d9bf005

Browse files
chore(release): 0.20.0 [skip ci]
## [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))
1 parent 8cea20f commit d9bf005

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.20.0](https://github.com/bayang/jelu/compare/v0.19.0...v0.20.0) (2022-05-20)
2+
3+
4+
### Features
5+
6+
* put the search bar in nav bar ([2fef551](https://github.com/bayang/jelu/commit/2fef5515b912abc08ebe2b3481065e42deb00d00))
7+
8+
9+
### Bug Fixes
10+
11+
* add loading indicator when loading stats ([ffe2e35](https://github.com/bayang/jelu/commit/ffe2e35b6e67eb3ac18a7f7402f96fba42900486))
12+
* stats order ([83199f7](https://github.com/bayang/jelu/commit/83199f7d743db8fceaa813f70cbaa86104894ed2))
13+
* try to make metadata grabber work on ARM ([8cea20f](https://github.com/bayang/jelu/commit/8cea20fb770926677f03ef8aa4933edf3a8f2e6c))
14+
115
## [0.19.0](https://github.com/bayang/jelu/compare/v0.18.0...v0.19.0) (2022-05-15)
216

317

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.19.0
1+
version=0.20.0

src/jelu-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jelu-ui",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite --debug",

0 commit comments

Comments
 (0)