Skip to content

Commit

Permalink
6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Aug 11, 2021
1 parent b3fad76 commit c96c526
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

## [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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit c96c526

Please sign in to comment.