diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2e6e3..938baec 100644 --- a/CHANGELOG.md +++ b/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 @@ -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 diff --git a/package.json b/package.json index c501227..48ab0b0 100644 --- a/package.json +++ b/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",