File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 7.1.0] - 2022-04-20
4
+
5
+ ### Changed
6
+
7
+ - Allow setting libc to glibc on non-glibc platform ([ #176 ] ( https://github.com/prebuild/prebuild-install/issues/176 ) ) ([ ` f729abb ` ] ( https://github.com/prebuild/prebuild-install/commit/f729abb ) ) (Joona Heinikoski).
8
+
3
9
## [ 7.0.1] - 2022-01-28
4
10
5
11
### Changed
77
83
78
84
- Replace ` mkdirp ` dependency with ` mkdirp-classic ` ([ ** @ralphtheninja ** ] ( https://github.com/ralphtheninja ) )
79
85
86
+ [ 7.1.0 ] : https://github.com/prebuild/prebuild-install/releases/tag/v7.1.0
87
+
80
88
[ 7.0.1 ] : https://github.com/prebuild/prebuild-install/releases/tag/v7.0.1
81
89
82
90
[ 7.0.0 ] : https://github.com/prebuild/prebuild-install/releases/tag/v7.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " prebuild-install" ,
3
- "version" : " 7.0.1 " ,
3
+ "version" : " 7.1.0 " ,
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" : " standard && hallmark && tape test/*-test.js" ,
You can’t perform that action at this time.
0 commit comments