Skip to content

Commit c96c526

Browse files
committedAug 11, 2021
6.1.4
1 parent b3fad76 commit c96c526

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [6.1.4] - 2021-08-11
4+
5+
### Fixed
6+
7+
- 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)
8+
- 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)
9+
- Make `rc.path` absolute ([#158](https://github.com/prebuild/prebuild-install/issues/158)) ([`57bcc06`](https://github.com/prebuild/prebuild-install/commit/57bcc06)) (George Waters).
10+
311
## [6.1.3] - 2021-06-03
412

513
### Changed
@@ -56,6 +64,8 @@
5664

5765
- Replace `mkdirp` dependency with `mkdirp-classic` ([**@ralphtheninja**](https://github.com/ralphtheninja))
5866

67+
[6.1.4]: https://github.com/prebuild/prebuild-install/compare/v6.1.3...v6.1.4
68+
5969
[6.1.3]: https://github.com/prebuild/prebuild-install/compare/v6.1.2...v6.1.3
6070

6171
[6.1.2]: https://github.com/prebuild/prebuild-install/compare/v6.1.1...v6.1.2

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prebuild-install",
3-
"version": "6.1.3",
3+
"version": "6.1.4",
44
"description": "A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platform",
55
"scripts": {
66
"test": "tape test/*-test.js && npm run lint",

0 commit comments

Comments
 (0)
Please sign in to comment.