Skip to content

Commit 97ff071

Browse files
committed
6.1.2
1 parent db36c7a commit 97ff071

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## [6.1.2] - 2021-04-24
4+
5+
### Fixed
6+
7+
- 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)
8+
39
## [6.1.1] - 2021-04-04
410

511
### Fixed
@@ -37,16 +43,20 @@
3743

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

40-
## 5.3.6 - 2020-10-20
46+
## [5.3.6] - 2020-10-20
4147

4248
### Changed
4349

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

52+
[6.1.2]: https://github.com/prebuild/prebuild-install/compare/v6.1.1...v6.1.2
53+
4654
[6.1.1]: https://github.com/prebuild/prebuild-install/compare/v6.1.0...v6.1.1
4755

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

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

5260
[6.0.0]: https://github.com/prebuild/prebuild-install/compare/v5.3.6...v6.0.0
61+
62+
[5.3.6]: https://github.com/prebuild/prebuild-install/releases/tag/v5.3.6

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.1",
3+
"version": "6.1.2",
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)