From cca87fbe261756569da5a7022b28eb8da392d9be Mon Sep 17 00:00:00 2001 From: Lars-Magnus Skog Date: Thu, 3 Jun 2021 10:08:52 +0200 Subject: [PATCH] 6.1.3 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 285dc8b..08e0e71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.1.3] - 2021-06-03 + +### Changed + +- Inline no longer maintained `noop-logger` ([#155](https://github.com/prebuild/prebuild-install/issues/155)) ([`e08d75a`](https://github.com/prebuild/prebuild-install/commit/e08d75a)) (Alexandru Dima) +- Point users towards `prebuildify` in README ([#150](https://github.com/prebuild/prebuild-install/issues/150)) ([`5ee1a2f`](https://github.com/prebuild/prebuild-install/commit/5ee1a2f)) (Vincent Weevers) + ## [6.1.2] - 2021-04-24 ### Fixed @@ -49,6 +56,8 @@ - Replace `mkdirp` dependency with `mkdirp-classic` ([**@ralphtheninja**](https://github.com/ralphtheninja)) +[6.1.3]: https://github.com/prebuild/prebuild-install/compare/v6.1.2...v6.1.3 + [6.1.2]: https://github.com/prebuild/prebuild-install/compare/v6.1.1...v6.1.2 [6.1.1]: https://github.com/prebuild/prebuild-install/compare/v6.1.0...v6.1.1 diff --git a/package.json b/package.json index a83a669..824ddc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prebuild-install", - "version": "6.1.2", + "version": "6.1.3", "description": "A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platform", "scripts": { "test": "tape test/*-test.js && npm run lint",