Skip to content

Commit 4a1ed43

Browse files
committed
7.0.1
1 parent f71c6b9 commit 4a1ed43

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.0.1] - 2022-01-28
4+
5+
### Changed
6+
7+
- Upgrade to the latest version of `detect-libc` ([#166](https://github.com/prebuild/prebuild-install/issues/166)) ([`f71c6b9`](https://github.com/prebuild/prebuild-install/commit/f71c6b9)) (Lovell Fuller).
8+
39
## [7.0.0] - 2021-11-12
410

511
### Changed
@@ -71,6 +77,8 @@
7177

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

80+
[7.0.1]: https://github.com/prebuild/prebuild-install/releases/tag/v7.0.1
81+
7482
[7.0.0]: https://github.com/prebuild/prebuild-install/releases/tag/v7.0.0
7583

7684
[6.1.4]: https://github.com/prebuild/prebuild-install/releases/tag/v6.1.4

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.0",
3+
"version": "7.0.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": "standard && hallmark && tape test/*-test.js",

0 commit comments

Comments
 (0)