Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

Commit 668d7a6

Browse files
committed
7.1.2
1 parent 9140468 commit 668d7a6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [7.1.2] - 2024-02-29
4+
5+
### Changed
6+
7+
- Support environments where MD5 is prohibited ([#191](https://github.com/prebuild/prebuild-install/issues/191)) ([`9140468`](https://github.com/prebuild/prebuild-install/commit/9140468)) (Tomasz Szuba)
8+
39
## [7.1.1] - 2022-06-07
410

511
### Changed
@@ -91,6 +97,8 @@
9197

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

100+
[7.1.2]: https://github.com/prebuild/prebuild-install/releases/tag/v7.1.2
101+
94102
[7.1.1]: https://github.com/prebuild/prebuild-install/releases/tag/v7.1.1
95103

96104
[7.1.0]: https://github.com/prebuild/prebuild-install/releases/tag/v7.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prebuild-install",
3-
"version": "7.1.1",
3+
"version": "7.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": "standard && hallmark && tape test/*-test.js",

0 commit comments

Comments
 (0)