Skip to content

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.0](v0.1.8...v0.2.0) (2022-01-27)

### Features

* csv import ([4515285](4515285))

### Bug Fixes

* check server capabilities before calling them ([c0cec92](c0cec92))
* ellipsis on book card ([0197911](0197911))
  • Loading branch information
semantic-release-bot committed Jan 27, 2022
1 parent 0197911 commit 219a5c3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [0.2.0](https://github.com/bayang/jelu/compare/v0.1.8...v0.2.0) (2022-01-27)


### Features

* csv import ([4515285](https://github.com/bayang/jelu/commit/4515285b93f6151281c9e9137e7cf1ef56842ed5))


### Bug Fixes

* check server capabilities before calling them ([c0cec92](https://github.com/bayang/jelu/commit/c0cec9234c91e8d8c6969045f080efd0098cca5e))
* ellipsis on book card ([0197911](https://github.com/bayang/jelu/commit/019791127addfb840fb284f5c1b715c4897da2cd))

### [0.1.8](https://github.com/bayang/jelu/compare/v0.1.7...v0.1.8) (2022-01-18)


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

0 comments on commit 219a5c3

Please sign in to comment.