Skip to content

Commit cca87fb

Browse files
author
Lars-Magnus Skog
committedJun 3, 2021
6.1.3
1 parent e08d75a commit cca87fb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.1.3] - 2021-06-03
4+
5+
### Changed
6+
7+
- Inline no longer maintained `noop-logger` ([#155](https://github.com/prebuild/prebuild-install/issues/155)) ([`e08d75a`](https://github.com/prebuild/prebuild-install/commit/e08d75a)) (Alexandru Dima)
8+
- Point users towards `prebuildify` in README ([#150](https://github.com/prebuild/prebuild-install/issues/150)) ([`5ee1a2f`](https://github.com/prebuild/prebuild-install/commit/5ee1a2f)) (Vincent Weevers)
9+
310
## [6.1.2] - 2021-04-24
411

512
### Fixed
@@ -49,6 +56,8 @@
4956

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

59+
[6.1.3]: https://github.com/prebuild/prebuild-install/compare/v6.1.2...v6.1.3
60+
5261
[6.1.2]: https://github.com/prebuild/prebuild-install/compare/v6.1.1...v6.1.2
5362

5463
[6.1.1]: https://github.com/prebuild/prebuild-install/compare/v6.1.0...v6.1.1

‎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.2",
3+
"version": "6.1.3",
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.