diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ce5e3f6..fca4f3db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.1.0](https://github.com/felipecrs/bindl/compare/v4.0.1...v4.1.0) (2022-12-05) + + +### Features + +* allow to skip download with BINDL_SKIP ([bc69ed8](https://github.com/felipecrs/bindl/commit/bc69ed869f8d701c1513cc42494e92ec36051c6a)) + ## [4.0.1](https://github.com/felipecrs/bindl/compare/v4.0.0...v4.0.1) (2022-11-17) diff --git a/README.md b/README.md index e65fc7d0..efae87b7 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Download and extract binaries from compressed packages. [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) -- [bindl](#bindl) -- [Usage](#usage) +* [bindl](#bindl) +* [Usage](#usage) # Usage @@ -23,7 +23,7 @@ $ npm install -g bindl $ bindl COMMAND running command... $ bindl (-v|--version|version) -bindl/4.0.1 linux-x64 node-v18.12.1 +bindl/4.1.0 linux-x64 node-v18.12.1 $ bindl --help [COMMAND] USAGE $ bindl COMMAND diff --git a/package-lock.json b/package-lock.json index fa5224dc..295cabcb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bindl", - "version": "4.0.1", + "version": "4.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bindl", - "version": "4.0.1", + "version": "4.1.0", "license": "MIT", "dependencies": { "@oclif/command": "^1.8.0", diff --git a/package.json b/package.json index 0089f314..2dc33e86 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": "4.0.1", + "version": "4.1.0", "author": "Felipe Santos @felipecrs", "bin": { "bindl": "./bin/run"