Skip to content

Commit 542788b

Browse files
committedNov 12, 2021
7.0.0
1 parent 8ebc076 commit 542788b

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed
 

‎CHANGELOG.md

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

3+
## [7.0.0] - 2021-11-12
4+
5+
### Changed
6+
7+
- **Breaking:** bump `node-abi` so that Electron 14+ gets correct ABI ([#161](https://github.com/prebuild/prebuild-install/issues/161)) ([`477f347`](https://github.com/prebuild/prebuild-install/commit/477f347)) (csett86). Drops support of Node.js < 10.
8+
- Bump `simple-get` ([`7468c14`](https://github.com/prebuild/prebuild-install/commit/7468c14)) (Vincent Weevers).
9+
310
## [6.1.4] - 2021-08-11
411

512
### Fixed
@@ -64,18 +71,20 @@
6471

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

67-
[6.1.4]: https://github.com/prebuild/prebuild-install/compare/v6.1.3...v6.1.4
74+
[7.0.0]: https://github.com/prebuild/prebuild-install/releases/tag/v7.0.0
75+
76+
[6.1.4]: https://github.com/prebuild/prebuild-install/releases/tag/v6.1.4
6877

69-
[6.1.3]: https://github.com/prebuild/prebuild-install/compare/v6.1.2...v6.1.3
78+
[6.1.3]: https://github.com/prebuild/prebuild-install/releases/tag/v6.1.3
7079

71-
[6.1.2]: https://github.com/prebuild/prebuild-install/compare/v6.1.1...v6.1.2
80+
[6.1.2]: https://github.com/prebuild/prebuild-install/releases/tag/v6.1.2
7281

73-
[6.1.1]: https://github.com/prebuild/prebuild-install/compare/v6.1.0...v6.1.1
82+
[6.1.1]: https://github.com/prebuild/prebuild-install/releases/tag/v6.1.1
7483

75-
[6.1.0]: https://github.com/prebuild/prebuild-install/compare/v6.0.1...v6.1.0
84+
[6.1.0]: https://github.com/prebuild/prebuild-install/releases/tag/v6.1.0
7685

77-
[6.0.1]: https://github.com/prebuild/prebuild-install/compare/v6.0.0...v6.0.1
86+
[6.0.1]: https://github.com/prebuild/prebuild-install/releases/tag/v6.0.1
7887

79-
[6.0.0]: https://github.com/prebuild/prebuild-install/compare/v5.3.6...v6.0.0
88+
[6.0.0]: https://github.com/prebuild/prebuild-install/releases/tag/v6.0.0
8089

8190
[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.4",
3+
"version": "7.0.0",
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)
Please sign in to comment.