Commit 2e3fedb 1 parent 2950fb2 commit 2e3fedb Copy full SHA for 2e3fedb
File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 6.1.0] - 2021-04-03
4
11
5
12
### Added
36
43
37
44
- Replace ` mkdirp ` dependency with ` mkdirp-classic ` ([ ** @ralphtheninja ** ] ( https://github.com/ralphtheninja ) )
38
45
46
+ [ 6.1.1 ] : https://github.com/prebuild/prebuild-install/compare/v6.1.0...v6.1.1
47
+
39
48
[ 6.1.0 ] : https://github.com/prebuild/prebuild-install/compare/v6.0.1...v6.1.0
40
49
41
50
[ 6.0.1 ] : https://github.com/prebuild/prebuild-install/compare/v6.0.0...v6.0.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " prebuild-install" ,
3
- "version" : " 6.1.0 " ,
3
+ "version" : " 6.1.1 " ,
4
4
"description" : " A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platform" ,
5
5
"scripts" : {
6
6
"test" : " tape test/*-test.js && npm run lint" ,
You can’t perform that action at this time.
0 commit comments