Skip to content

Commit

Permalink
7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Jun 7, 2022
1 parent 4e2284c commit 8250adf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## [7.1.1] - 2022-06-07

### Changed

- 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).

- 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).

## [7.1.0] - 2022-04-20

### Changed
Expand Down Expand Up @@ -83,6 +91,8 @@

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

[7.1.1]: https://github.com/prebuild/prebuild-install/releases/tag/v7.1.1

[7.1.0]: https://github.com/prebuild/prebuild-install/releases/tag/v7.1.0

[7.0.1]: https://github.com/prebuild/prebuild-install/releases/tag/v7.0.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "prebuild-install",
"version": "7.1.0",
"version": "7.1.1",
"description": "A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platform",
"scripts": {
"test": "standard && hallmark && tape test/*-test.js",
Expand Down

0 comments on commit 8250adf

Please sign in to comment.