Skip to content

Commit 4751cb4

Browse files
chore: release 7.1.0 (#117)
🤖 I have created a release *beep* *boop* --- ## [7.1.0](v7.0.0...v7.1.0) (2024-09-11) ### Features * [`ebf9b9f`](ebf9b9f) [#116](#116) adds checkDevEngines (#116) (@reggi) ### Bug Fixes * [`ec4066b`](ec4066b) [#118](#118) skip network requests in report.getReport() (#118) (@wraithgar) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ec4066b commit 4751cb4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.0.0"
2+
".": "7.1.0"
33
}

CHANGELOG.md

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

3+
## [7.1.0](https://github.com/npm/npm-install-checks/compare/v7.0.0...v7.1.0) (2024-09-11)
4+
### Features
5+
* [`ebf9b9f`](https://github.com/npm/npm-install-checks/commit/ebf9b9f4c08035d8e2c41cd9bc3302cd8bdc9184) [#116](https://github.com/npm/npm-install-checks/pull/116) adds checkDevEngines (#116) (@reggi)
6+
### Bug Fixes
7+
* [`ec4066b`](https://github.com/npm/npm-install-checks/commit/ec4066b768075cc84270d9ee7c0a76b011f1555a) [#118](https://github.com/npm/npm-install-checks/pull/118) skip network requests in report.getReport() (#118) (@wraithgar)
8+
39
## [7.0.0](https://github.com/npm/npm-install-checks/compare/v6.3.0...v7.0.0) (2024-09-03)
410
### ⚠️ BREAKING CHANGES
511
* `npm-install-checks` now supports node `^18.17.0 || >=20.5.0`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-install-checks",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "Check the engines and platform fields in package.json",
55
"main": "lib/index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)