Skip to content

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.0...v1.8.0) (2021-05-12)

### Bug Fixes

* error due to cleared input ([ee80068](ee80068))

### Features

* add number inputs to range sliders ([4b54d76](4b54d76))
  • Loading branch information
semantic-release-bot committed May 12, 2021
1 parent d080401 commit c1f780f
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 11 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.8.0](https://github.com/seleb/sketch-to-lineart/compare/v1.7.0...v1.8.0) (2021-05-12)


### Bug Fixes

* error due to cleared input ([ee80068](https://github.com/seleb/sketch-to-lineart/commit/ee800688b0851fc9a921d94e26d143b490636c88))


### Features

* add number inputs to range sliders ([4b54d76](https://github.com/seleb/sketch-to-lineart/commit/4b54d76b12cbe4e15680577a394ddf7b9baaf690))

# [1.7.0](https://github.com/seleb/sketch-to-lineart/compare/v1.6.0...v1.7.0) (2021-04-12)


Expand Down
12 changes: 7 additions & 5 deletions docs/app.25cdac7c.js → docs/app.bf1b57b6.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/service-worker.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/src.81cb3104.js → docs/src.60409e5d.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/src.9a2f22f7.css → docs/src.e5da8a64.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sketch-to-lineart",
"version": "1.7.0",
"version": "1.8.0",
"description": "tool for converting sketches to transparent lineart",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c1f780f

Please sign in to comment.