diff --git a/CHANGELOG.md b/CHANGELOG.md index 08e0e71..94ca201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [6.1.4] - 2021-08-11 + +### Fixed + +- Move auth token to header instead of query param ([#160](https://github.com/prebuild/prebuild-install/issues/160)) ([`b3fad76`](https://github.com/prebuild/prebuild-install/commit/b3fad76)) (nicolai-nordic) +- Remove `_` prefix as it isn't allowed by npm config ([#153](https://github.com/prebuild/prebuild-install/issues/153)) ([`a964e5b`](https://github.com/prebuild/prebuild-install/commit/a964e5b)) (Tom Boothman) +- Make `rc.path` absolute ([#158](https://github.com/prebuild/prebuild-install/issues/158)) ([`57bcc06`](https://github.com/prebuild/prebuild-install/commit/57bcc06)) (George Waters). + ## [6.1.3] - 2021-06-03 ### Changed @@ -56,6 +64,8 @@ - Replace `mkdirp` dependency with `mkdirp-classic` ([**@ralphtheninja**](https://github.com/ralphtheninja)) +[6.1.4]: https://github.com/prebuild/prebuild-install/compare/v6.1.3...v6.1.4 + [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 diff --git a/package.json b/package.json index 824ddc8..41a6265 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prebuild-install", - "version": "6.1.3", + "version": "6.1.4", "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",