Skip to content

Commit

Permalink
6.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed Jun 3, 2021
1 parent e08d75a commit cca87fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [6.1.3] - 2021-06-03

### Changed

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

## [6.1.2] - 2021-04-24

### Fixed
Expand Down Expand Up @@ -49,6 +56,8 @@

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

[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

[6.1.1]: https://github.com/prebuild/prebuild-install/compare/v6.1.0...v6.1.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "prebuild-install",
"version": "6.1.2",
"version": "6.1.3",
"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 cca87fb

Please sign in to comment.