Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

Commit f6d0cee

Browse files
committed
6.1.0
1 parent dc4e5ea commit f6d0cee

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [6.1.0] - 2021-04-03
4+
5+
### Added
6+
7+
- Restore local prebuilds feature ([#137](https://github.com/prebuild/prebuild-install/issues/137)) ([`dc4e5ea`](https://github.com/prebuild/prebuild-install/commit/dc4e5ea)) (Wes Roberts). Previously removed in [#81](https://github.com/prebuild/prebuild-install/issues/81) / [`a069253`](https://github.com/prebuild/prebuild-install/commit/a06925378d38ca821bfa93aa4c1fdedc253b2420).
8+
39
## [6.0.1] - 2021-02-14
410

511
### Fixed
@@ -30,6 +36,8 @@
3036

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

39+
[6.1.0]: https://github.com/prebuild/prebuild-install/compare/v6.0.1...v6.1.0
40+
3341
[6.0.1]: https://github.com/prebuild/prebuild-install/compare/v6.0.0...v6.0.1
3442

3543
[6.0.0]: https://github.com/prebuild/prebuild-install/compare/v5.3.6...v6.0.0

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ So if you are installing `leveldown@1.2.3` the resulting url will be:
9797
http://overriden-host.com/overriden-path/v1.2.3/leveldown-v1.2.3-node-v57-win32-x64.tar.gz
9898
```
9999

100-
101100
#### Local prebuilds
102101

103102
If you want to use prebuilds from your local filesystem, you can use the `% your package name %_local_prebuilds` .npmrc variable to set a path to the folder containing prebuilds. For example:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prebuild-install",
3-
"version": "6.0.1",
3+
"version": "6.1.0",
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)