Skip to content

Commit 2e3fedb

Browse files
committed
6.1.1
1 parent 2950fb2 commit 2e3fedb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.1.1] - 2021-04-04
4+
5+
### Fixed
6+
7+
- 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)
8+
- 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)
9+
310
## [6.1.0] - 2021-04-03
411

512
### Added
@@ -36,6 +43,8 @@
3643

3744
- Replace `mkdirp` dependency with `mkdirp-classic` ([**@ralphtheninja**](https://github.com/ralphtheninja))
3845

46+
[6.1.1]: https://github.com/prebuild/prebuild-install/compare/v6.1.0...v6.1.1
47+
3948
[6.1.0]: https://github.com/prebuild/prebuild-install/compare/v6.0.1...v6.1.0
4049

4150
[6.0.1]: https://github.com/prebuild/prebuild-install/compare/v6.0.0...v6.0.1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prebuild-install",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platform",
55
"scripts": {
66
"test": "tape test/*-test.js && npm run lint",

0 commit comments

Comments
 (0)