diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4e9d6c7..fe9d29a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.1.1" + ".": "7.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d9cb58..cf99c0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [7.1.2](https://github.com/npm/npm-install-checks/compare/v7.1.1...v7.1.2) (2025-08-25) +### Bug Fixes +* [`8ece856`](https://github.com/npm/npm-install-checks/commit/8ece8564cf9ca8717017e1a9d0aef01e4664311e) [#128](https://github.com/npm/npm-install-checks/pull/128) update error message for checkDevEngines (#128) (@meowtec) +### Chores +* [`bde8d4f`](https://github.com/npm/npm-install-checks/commit/bde8d4f3ba91672ef7e032d333cb3eea0ba1b5a9) [#127](https://github.com/npm/npm-install-checks/pull/127) bump @npmcli/template-oss from 4.24.4 to 4.25.0 (#127) (@dependabot[bot], @owlstronaut) + ## [7.1.1](https://github.com/npm/npm-install-checks/compare/v7.1.0...v7.1.1) (2024-11-21) ### Bug Fixes * [`acf64a7`](https://github.com/npm/npm-install-checks/commit/acf64a7cffae5bd568f63f4c1b24f7852b62c26e) [#120](https://github.com/npm/npm-install-checks/pull/120) cache local environment values (#120) (@Tofandel) diff --git a/package.json b/package.json index 314582a..28a2335 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-install-checks", - "version": "7.1.1", + "version": "7.1.2", "description": "Check the engines and platform fields in package.json", "main": "lib/index.js", "dependencies": {