Skip to content

Commit

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

### Features

* add csv export ([efc8d9f](efc8d9f))

### Bug Fixes

* linting ([6497ebf](6497ebf))
* on import do not try to fetch metadata if binary not configured [#3](#3) ([92f2b90](92f2b90))
  • Loading branch information
semantic-release-bot committed May 13, 2022
1 parent 6497ebf commit 5cd7f83
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.18.0](https://github.com/bayang/jelu/compare/v0.17.1...v0.18.0) (2022-05-13)


### Features

* add csv export ([efc8d9f](https://github.com/bayang/jelu/commit/efc8d9fc6eb4796bda0e264987daea3e69d130fc))


### Bug Fixes

* linting ([6497ebf](https://github.com/bayang/jelu/commit/6497ebf140a748b4dea7e744fa0d41bd8cb86ff8))
* on import do not try to fetch metadata if binary not configured [#3](https://github.com/bayang/jelu/issues/3) ([92f2b90](https://github.com/bayang/jelu/commit/92f2b90f755f79254737eec394232066d5eb73a0))

### [0.17.1](https://github.com/bayang/jelu/compare/v0.17.0...v0.17.1) (2022-05-03)


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.1
version=0.18.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.17.1",
"version": "0.18.0",
"private": true,
"scripts": {
"dev": "vite --debug",
Expand Down

0 comments on commit 5cd7f83

Please sign in to comment.