Skip to content

Commit

Permalink
6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Apr 24, 2021
1 parent db36c7a commit 97ff071
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [6.1.2] - 2021-04-24

### Fixed

- Support URL-safe strings in scoped packages ([#148](https://github.com/prebuild/prebuild-install/issues/148)) ([`db36c7a`](https://github.com/prebuild/prebuild-install/commit/db36c7a)) (Marco)

## [6.1.1] - 2021-04-04

### Fixed
Expand Down Expand Up @@ -37,16 +43,20 @@

- Support npm 7 ([`8acccac`](https://github.com/prebuild/prebuild-install/commit/8acccac), [`08eaf6d`](https://github.com/prebuild/prebuild-install/commit/08eaf6d), [`22175b8`](https://github.com/prebuild/prebuild-install/commit/22175b8)) ([**@vweevers**](https://github.com/vweevers))

## 5.3.6 - 2020-10-20
## [5.3.6] - 2020-10-20

### Changed

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

[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

[6.1.0]: https://github.com/prebuild/prebuild-install/compare/v6.0.1...v6.1.0

[6.0.1]: https://github.com/prebuild/prebuild-install/compare/v6.0.0...v6.0.1

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

[5.3.6]: https://github.com/prebuild/prebuild-install/releases/tag/v5.3.6
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "prebuild-install",
"version": "6.1.1",
"version": "6.1.2",
"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 97ff071

Please sign in to comment.