diff --git a/CHANGELOG.md b/CHANGELOG.md index d9a6069..1a2e6e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [7.1.0] - 2022-04-20 + +### Changed + +- Allow setting libc to glibc on non-glibc platform ([#176](https://github.com/prebuild/prebuild-install/issues/176)) ([`f729abb`](https://github.com/prebuild/prebuild-install/commit/f729abb)) (Joona Heinikoski). + ## [7.0.1] - 2022-01-28 ### Changed @@ -77,6 +83,8 @@ - Replace `mkdirp` dependency with `mkdirp-classic` ([**@ralphtheninja**](https://github.com/ralphtheninja)) +[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 [7.0.0]: https://github.com/prebuild/prebuild-install/releases/tag/v7.0.0 diff --git a/package.json b/package.json index 69c1af1..21110d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prebuild-install", - "version": "7.0.1", + "version": "7.1.0", "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",