Skip to content

Commit

Permalink
chore(release): 0.17.1 [skip ci]
Browse files Browse the repository at this point in the history
### [0.17.1](v0.17.0...v0.17.1) (2022-05-03)

### Bug Fixes

* csv import tests and bugfixes ([3b60f9b](3b60f9b))
* prompt styling ([1778628](1778628))
  • Loading branch information
semantic-release-bot committed May 3, 2022
1 parent 3b60f9b commit 67cc6d5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [0.17.1](https://github.com/bayang/jelu/compare/v0.17.0...v0.17.1) (2022-05-03)


### Bug Fixes

* csv import tests and bugfixes ([3b60f9b](https://github.com/bayang/jelu/commit/3b60f9b49c0a557f6038e0a82ea5d108175ccac6))
* prompt styling ([1778628](https://github.com/bayang/jelu/commit/1778628edf25eef9791096ef791786abbc41d01a))

## [0.17.0](https://github.com/bayang/jelu/compare/v0.16.1...v0.17.0) (2022-05-01)


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

0 comments on commit 67cc6d5

Please sign in to comment.