Skip to content

Commit

Permalink
chore(release): 0.31.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.31.0](v0.30.0...v0.31.0) (2022-09-20)

### Features

* add google metadata provider [#36](#36) [#37](#37) ([cb14ee8](cb14ee8))

### Bug Fixes

* infinite redirect loop [#44](#44) ([84ce9fb](84ce9fb))
* regression in UI after modifying metadata image field ([18a9281](18a9281))
  • Loading branch information
semantic-release-bot committed Sep 20, 2022
1 parent 18a9281 commit a73eb08
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.31.0](https://github.com/bayang/jelu/compare/v0.30.0...v0.31.0) (2022-09-20)


### Features

* add google metadata provider [#36](https://github.com/bayang/jelu/issues/36) [#37](https://github.com/bayang/jelu/issues/37) ([cb14ee8](https://github.com/bayang/jelu/commit/cb14ee8610cce87acd4e6bc433cf2e4a1192747a))


### Bug Fixes

* infinite redirect loop [#44](https://github.com/bayang/jelu/issues/44) ([84ce9fb](https://github.com/bayang/jelu/commit/84ce9fb9374345c7ee503c16e049e1dbe8ef310a))
* regression in UI after modifying metadata image field ([18a9281](https://github.com/bayang/jelu/commit/18a928191dfce82da3e97210524a3edbb7ef7d61))

## [0.30.0](https://github.com/bayang/jelu/compare/v0.29.0...v0.30.0) (2022-09-13)

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

0 comments on commit a73eb08

Please sign in to comment.