diff --git a/CHANGELOG.md b/CHANGELOG.md index f4c97e0..4be08b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.3](https://github.com/selmi-karim/img-cli/compare/v1.0.2...v1.0.3) (2020-05-30) + + +### Bug Fixes + +* package scope ([4cd016f](https://github.com/selmi-karim/img-cli/commit/4cd016f5cc0beb001a8546113ba2c583fec8b349)) +* publish config ([b0a933d](https://github.com/selmi-karim/img-cli/commit/b0a933d53f82b3c00dd084cc2c6d79b617b4b38e)) +* semantic release assets ([2e8d6b8](https://github.com/selmi-karim/img-cli/commit/2e8d6b8966983bdc599a89443ed30b7b925f95ce)) + ## [1.0.2](https://github.com/selmi-karim/img-cli/compare/v1.0.1...v1.0.2) (2020-05-30) diff --git a/package.json b/package.json index ec0be95..0565555 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "img-cli", - "version": "1.0.2", + "version": "1.0.3", "description": "An interactive Command-Line Interface Build in NodeJS for downloading a single image or multiple images to disk from URL", "main": "index.js", "preferGlobal": true,