Skip to content

Commit

Permalink
chore(release): 1.0.1-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
### [1.0.1-beta.2](v1.0.1-beta.1...v1.0.1-beta.2) (2020-10-02)

### Bug Fixes

* new test release ([5ccfbce](5ccfbce))
  • Loading branch information
semantic-release-bot committed Oct 2, 2020
1 parent dab2df8 commit b410ec8
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.1-beta.2](https://github.com/felipecassiors/bindl/compare/v1.0.1-beta.1...v1.0.1-beta.2) (2020-10-02)


### Bug Fixes

* new test release ([5ccfbce](https://github.com/felipecassiors/bindl/commit/5ccfbce06eae578cd2d0a516853e20eabb878ddf))

### [1.0.1-beta.1](https://github.com/felipecassiors/bindl/compare/v1.0.0...v1.0.1-beta.1) (2020-10-02)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ npm install -g bindl
$ bindl COMMAND
running command...
$ bindl (-v|--version|version)
bindl/1.0.1-beta.1 linux-x64 node-v12.18.4
bindl/1.0.1-beta.2 linux-x64 node-v12.18.4
$ 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.1-beta.1",
"version": "1.0.1-beta.2",
"author": "Felipe Santos @felipecassiors",
"bin": {
"bindl": "./bin/run"
Expand Down

0 comments on commit b410ec8

Please sign in to comment.