Skip to content

Commit f6d0cee

Browse files
committedApr 3, 2021
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

+8
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

-1
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

+1-1
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)
Please sign in to comment.