diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7d9bd..eca5ead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## :tada: 2.1.2 (2019-04-19) + + +### :sparkles: Features + +* add file-name for customurl ([c59e2bc](https://github.com/Molunerfinn/PicGo/commit/c59e2bc)), closes [#173](https://github.com/Molunerfinn/PicGo/issues/173) + + +### :bug: Bug Fixes + +* log-level filter bug ([4e02244](https://github.com/Molunerfinn/PicGo/commit/4e02244)), closes [#237](https://github.com/Molunerfinn/PicGo/issues/237) +* log-level's reset value from 'all' -> ['all'] ([3c6b329](https://github.com/Molunerfinn/PicGo/commit/3c6b329)), closes [#240](https://github.com/Molunerfinn/PicGo/issues/240) [#237](https://github.com/Molunerfinn/PicGo/issues/237) +* mini window hidden bug in linux ([466dbec](https://github.com/Molunerfinn/PicGo/commit/466dbec)), closes [#239](https://github.com/Molunerfinn/PicGo/issues/239) + + + ## :tada: 2.1.1 (2019-04-16) diff --git a/package.json b/package.json index b32d14b..d0dda35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "picgo", - "version": "2.1.1", + "version": "2.1.2", "author": "Molunerfinn ", "description": "Easy to upload your pic & copy to write", "license": "MIT",