Skip to content

Commit

Permalink
chore(release): 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
### [1.0.3](v1.0.2...v1.0.3) (2020-12-30)

### Dependencies

* **deps:** bump @oclif/plugin-help from 3.2.0 to 3.2.1 ([#54](#54)) ([de8e260](de8e260))
  • Loading branch information
semantic-release-bot committed Dec 30, 2020
1 parent de8e260 commit 9689cc7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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.3](https://github.com/felipecrs/bindl/compare/v1.0.2...v1.0.3) (2020-12-30)


### Dependencies

* **deps:** bump @oclif/plugin-help from 3.2.0 to 3.2.1 ([#54](https://github.com/felipecrs/bindl/issues/54)) ([de8e260](https://github.com/felipecrs/bindl/commit/de8e260b75d59420a3d3bc37a11848ffd1342ee1))

### [1.0.2](https://github.com/felipecrs/bindl/compare/v1.0.1...v1.0.2) (2020-10-12)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ npm install -g bindl
$ bindl COMMAND
running command...
$ bindl (-v|--version|version)
bindl/1.0.2 linux-x64 node-v12.18.4
bindl/1.0.3 linux-x64 node-v12.20.0
$ bindl --help [COMMAND]
USAGE
$ bindl COMMAND
Expand Down
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,7 +1,7 @@
{
"name": "bindl",
"description": "Downloads and extracts binaries from compressed packages using a config file",
"version": "1.0.2",
"version": "1.0.3",
"author": "Felipe Santos @felipecrs",
"bin": {
"bindl": "./bin/run"
Expand Down

0 comments on commit 9689cc7

Please sign in to comment.