Skip to content

Commit

Permalink
chore(release): 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.0](v4.0.1...v4.1.0) (2022-12-05)

### Features

* allow to skip download with BINDL_SKIP ([bc69ed8](bc69ed8))
  • Loading branch information
semantic-release-bot committed Dec 5, 2022
1 parent bc69ed8 commit 84df74f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<!-- toc -->
- [bindl](#bindl)
- [Usage](#usage)
* [bindl](#bindl)
* [Usage](#usage)
<!-- tocstop -->

# Usage
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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": "4.0.1",
"version": "4.1.0",
"author": "Felipe Santos @felipecrs",
"bin": {
"bindl": "./bin/run"
Expand Down

0 comments on commit 84df74f

Please sign in to comment.