diff --git a/CHANGELOG.md b/CHANGELOG.md index 04e31a6c..1bff3ca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 69c7b137..fc347fec 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package-lock.json b/package-lock.json index e4341b0c..a3d772f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bindl", - "version": "1.0.1-beta.1", + "version": "1.0.1-beta.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 76086eca..5a842939 100644 --- a/package.json +++ b/package.json @@ -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"