Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

Commit 8250adf

Browse files
committed
7.1.1
1 parent 4e2284c commit 8250adf

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [7.1.1] - 2022-06-07
4+
5+
### Changed
6+
7+
- Replace use of npmlog dependency with console.error ([#182](https://github.com/prebuild/prebuild-install/issues/182)) ([`4e2284c`](https://github.com/prebuild/prebuild-install/commit/4e2284c)) (Lovell Fuller).
8+
9+
- Ensure script output can be captured by tests ([#181](https://github.com/prebuild/prebuild-install/issues/181)) ([`d1853cb`](https://github.com/prebuild/prebuild-install/commit/d1853cb)) (Lovell Fuller).
10+
311
## [7.1.0] - 2022-04-20
412

513
### Changed
@@ -83,6 +91,8 @@
8391

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

94+
[7.1.1]: https://github.com/prebuild/prebuild-install/releases/tag/v7.1.1
95+
8696
[7.1.0]: https://github.com/prebuild/prebuild-install/releases/tag/v7.1.0
8797

8898
[7.0.1]: https://github.com/prebuild/prebuild-install/releases/tag/v7.0.1

package.json

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

0 commit comments

Comments
 (0)