Skip to content

Commit

Permalink
chore(release): 0.13.1 [skip ci]
Browse files Browse the repository at this point in the history
### [0.13.1](v0.13.0...v0.13.1) (2022-04-07)

### Bug Fixes

* add loading on book detail ([e580d25](e580d25))
* delete popup positioning ([ae454f9](ae454f9))
* missing gap between cards on author page ([2be56b2](2be56b2))
* missing space between date and notes on add book page ([18c862f](18c862f))
  • Loading branch information
semantic-release-bot committed Apr 7, 2022
1 parent 722d444 commit 89c1b6d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### [0.13.1](https://github.com/bayang/jelu/compare/v0.13.0...v0.13.1) (2022-04-07)


### Bug Fixes

* add loading on book detail ([e580d25](https://github.com/bayang/jelu/commit/e580d258723a894aa4d17c61d8450f6227976138))
* delete popup positioning ([ae454f9](https://github.com/bayang/jelu/commit/ae454f93444203ca975fe7e06bfd66f68b231c4d))
* missing gap between cards on author page ([2be56b2](https://github.com/bayang/jelu/commit/2be56b2da425b75f4d6d3de581737e80a6783585))
* missing space between date and notes on add book page ([18c862f](https://github.com/bayang/jelu/commit/18c862ff76dead154794f424a1d06edd127f7cff))

## [0.13.0](https://github.com/bayang/jelu/compare/v0.12.0...v0.13.0) (2022-04-04)


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

0 comments on commit 89c1b6d

Please sign in to comment.