Skip to content

Commit 5065bce

Browse files
committedApr 20, 2022
7.1.0
1 parent f729abb commit 5065bce

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎CHANGELOG.md

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

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+
39
## [7.0.1] - 2022-01-28
410

511
### Changed
@@ -77,6 +83,8 @@
7783

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

86+
[7.1.0]: https://github.com/prebuild/prebuild-install/releases/tag/v7.1.0
87+
8088
[7.0.1]: https://github.com/prebuild/prebuild-install/releases/tag/v7.0.1
8189

8290
[7.0.0]: https://github.com/prebuild/prebuild-install/releases/tag/v7.0.0

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prebuild-install",
3-
"version": "7.0.1",
3+
"version": "7.1.0",
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": "standard && hallmark && tape test/*-test.js",

0 commit comments

Comments
 (0)
Please sign in to comment.