diff --git a/CHANGELOG.md b/CHANGELOG.md index 8299d49..ec88643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.1.1] - 2021-04-04 + +### Fixed + +- Support `force` & `buildFromSource` options in yarn ([#140](https://github.com/prebuild/prebuild-install/issues/140)) ([`8cb1ced`](https://github.com/prebuild/prebuild-install/commit/8cb1ced)) (João Moreno) +- Bump `node-abi` to prevent dedupe (closes [#135](https://github.com/prebuild/prebuild-install/issues/135)) ([`2950fb2`](https://github.com/prebuild/prebuild-install/commit/2950fb2)) (Vincent Weevers) + ## [6.1.0] - 2021-04-03 ### Added @@ -36,6 +43,8 @@ - Replace `mkdirp` dependency with `mkdirp-classic` ([**@ralphtheninja**](https://github.com/ralphtheninja)) +[6.1.1]: https://github.com/prebuild/prebuild-install/compare/v6.1.0...v6.1.1 + [6.1.0]: https://github.com/prebuild/prebuild-install/compare/v6.0.1...v6.1.0 [6.0.1]: https://github.com/prebuild/prebuild-install/compare/v6.0.0...v6.0.1 diff --git a/package.json b/package.json index abe21c1..dddb0b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prebuild-install", - "version": "6.1.0", + "version": "6.1.1", "description": "A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platform", "scripts": { "test": "tape test/*-test.js && npm run lint",