diff --git a/CHANGELOG.md b/CHANGELOG.md index 943fe63b..0efcb918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [4.2.0](https://github.com/felipecrs/bindl/compare/v4.1.6...v4.2.0) (2023-08-29) + + +### Features + +* allow to remap directories ([f59d6da](https://github.com/felipecrs/bindl/commit/f59d6da77b370fa7af01faa7615859c5b574b752)) +* allow to specify downloadDirectory ([c33860a](https://github.com/felipecrs/bindl/commit/c33860a4a122897d022b8bc06aa62a8543b57b6b)) + ## [4.1.6](https://github.com/felipecrs/bindl/compare/v4.1.5...v4.1.6) (2023-06-06) diff --git a/package-lock.json b/package-lock.json index 2453e301..e7771ef2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bindl", - "version": "4.1.6", + "version": "4.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bindl", - "version": "4.1.6", + "version": "4.2.0", "license": "MIT", "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index d7823341..cfd6b130 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.1.6", + "version": "4.2.0", "author": "Felipe Santos @felipecrs", "bin": "lib/index.js", "bugs": "https://github.com/felipecrs/bindl/issues",