Skip to content

Commit

Permalink
chore(release): 0.22.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.22.0](v0.21.0...v0.22.0) (2022-06-02)

### Features

* ldap support ([9def6a1](9def6a1))

### Bug Fixes

* please linter ([284f81c](284f81c))
  • Loading branch information
semantic-release-bot committed Jun 2, 2022
1 parent 284f81c commit bca1960
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.22.0](https://github.com/bayang/jelu/compare/v0.21.0...v0.22.0) (2022-06-02)


### Features

* ldap support ([9def6a1](https://github.com/bayang/jelu/commit/9def6a1ca3dbccb2b641a8027f5bee30ec2fa691))


### Bug Fixes

* please linter ([284f81c](https://github.com/bayang/jelu/commit/284f81cb500981013b302f60744f7f2a4cf8ffae))

## [0.21.0](https://github.com/bayang/jelu/compare/v0.20.0...v0.21.0) (2022-05-25)


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

0 comments on commit bca1960

Please sign in to comment.