Skip to content

Commit 49f7c83

Browse files
chore(release): 0.22.1 [skip ci]
### [0.22.1](v0.22.0...v0.22.1) (2022-06-02) ### Bug Fixes * cannot remove cover ([dd77866](dd77866)) * dev config ([a1df750](a1df750)) * do not display create initial user with ldap enabled ([bb0a89c](bb0a89c))
1 parent afca998 commit 49f7c83

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### [0.22.1](https://github.com/bayang/jelu/compare/v0.22.0...v0.22.1) (2022-06-02)
2+
3+
4+
### Bug Fixes
5+
6+
* cannot remove cover ([dd77866](https://github.com/bayang/jelu/commit/dd7786655c0f014910530bcb08dfa819c8c2efdd))
7+
* dev config ([a1df750](https://github.com/bayang/jelu/commit/a1df750b4350864d14182dd2b7fdad33a6aa02a3))
8+
* do not display create initial user with ldap enabled ([bb0a89c](https://github.com/bayang/jelu/commit/bb0a89cd2ac15d0a2156d866b7d9dead0da75106))
9+
110
## [0.22.0](https://github.com/bayang/jelu/compare/v0.21.0...v0.22.0) (2022-06-02)
211

312

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.22.0
1+
version=0.22.1

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.22.0",
3+
"version": "0.22.1",
44
"private": true,
55
"scripts": {
66
"dev": "vite --debug",

0 commit comments

Comments
 (0)