Skip to content

Commit

Permalink
fix: semantic release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
selmi-karim committed May 30, 2020
2 parents ab942ba + f2192df commit 2e8d6b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.2](https://github.com/selmi-karim/img-cli/compare/v1.0.1...v1.0.2) (2020-05-30)


### Bug Fixes

* publish to gpr ([033019e](https://github.com/selmi-karim/img-cli/commit/033019eadff0358fd99dd56e905052094bed767c))

## [1.0.1](https://github.com/selmi-karim/img-cli/compare/v1.0.0...v1.0.1) (2020-05-30)


Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "img-cli",
"version": "1.0.1",
"version": "1.0.2",
"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,
Expand Down Expand Up @@ -100,7 +100,6 @@
"@semantic-release/git",
{
"assets": [
"package-lock.json",
"package.json",
"CHANGELOG.md"
],
Expand Down

0 comments on commit 2e8d6b8

Please sign in to comment.