diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e1e352c..5c753b4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.2.0" + ".": "6.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fc28d10..036dca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [6.3.0](https://github.com/npm/npm-install-checks/compare/v6.2.0...v6.3.0) (2023-10-06) + +### Features + +* [`0419751`](https://github.com/npm/npm-install-checks/commit/04197512179c508abb55fa528d293ee669c19b91) [#71](https://github.com/npm/npm-install-checks/pull/71) allow checkPlatform to override execution libc (#71) (@Brooooooklyn) + ## [6.2.0](https://github.com/npm/npm-install-checks/compare/v6.1.1...v6.2.0) (2023-08-07) ### Features diff --git a/package.json b/package.json index a180063..11a3b87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-install-checks", - "version": "6.2.0", + "version": "6.3.0", "description": "Check the engines and platform fields in package.json", "main": "lib/index.js", "dependencies": {