Skip to content

Commit 8250adf

Browse files
committedJun 7, 2022
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

+10
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

+1-1
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)
Please sign in to comment.