From 06daecebdadc390ef23f0f812719a1c10ad46d68 Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Tue, 26 Aug 2025 14:35:07 +0100 Subject: [PATCH 1/2] chore(main): release 11.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8205383b6a..02eef11e2b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "11.4.1" + ".": "11.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 054f649b57..532c660e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [11.5.0](https://github.com/nodejs/node-gyp/compare/v11.4.1...v11.5.0) (2025-08-26) + + +### Features + +* update gyp-next to v0.20.3 ([#3205](https://github.com/nodejs/node-gyp/issues/3205)) ([b0ee8a0](https://github.com/nodejs/node-gyp/commit/b0ee8a04ec2a32282cb9259f142ca622e67a3d36)) + + +### Bug Fixes + +* add adaptation for OpenHarmony platform ([#3207](https://github.com/nodejs/node-gyp/issues/3207)) ([b406532](https://github.com/nodejs/node-gyp/commit/b406532c77659c441c845708ec3ecdf09f013a3b)) +* update gyp-next to v0.20.4 ([#3208](https://github.com/nodejs/node-gyp/issues/3208)) ([adc61b1](https://github.com/nodejs/node-gyp/commit/adc61b1458315d9648591e74bf16bbe39511401e)) + + +### Miscellaneous + +* **ci:** Update Node.js version matrix in `tests.yml` ([#3209](https://github.com/nodejs/node-gyp/issues/3209)) ([a4e1da6](https://github.com/nodejs/node-gyp/commit/a4e1da6683a37fde565e1ea50f1fa86fa99a83c7)) +* ruff format Python code ([#3203](https://github.com/nodejs/node-gyp/issues/3203)) ([cb30a53](https://github.com/nodejs/node-gyp/commit/cb30a538eadf49ca0310980ffb0bfdb8fcebf0a4)) + ## [11.4.1](https://github.com/nodejs/node-gyp/compare/v11.4.0...v11.4.1) (2025-08-20) diff --git a/package.json b/package.json index f0fb3bfa3a..3c9fd0ff31 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bindings", "gyp" ], - "version": "11.4.1", + "version": "11.5.0", "installVersion": 11, "author": "Nathan Rajlich (http://tootallnate.net)", "repository": { From b45214312c7923e4774ec0003694bb2b7c49fbf5 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 26 Aug 2025 15:44:38 +0200 Subject: [PATCH 2/2] semver-patch --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++-------- package.json | 2 +- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 02eef11e2b..a94451c9e1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "11.5.0" + ".": "11.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 532c660e86..952284d697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,15 @@ # Changelog -## [11.5.0](https://github.com/nodejs/node-gyp/compare/v11.4.1...v11.5.0) (2025-08-26) - - -### Features - -* update gyp-next to v0.20.3 ([#3205](https://github.com/nodejs/node-gyp/issues/3205)) ([b0ee8a0](https://github.com/nodejs/node-gyp/commit/b0ee8a04ec2a32282cb9259f142ca622e67a3d36)) +## [11.4.2](https://github.com/nodejs/node-gyp/compare/v11.4.1...v11.4.2) (2025-08-26) ### Bug Fixes * add adaptation for OpenHarmony platform ([#3207](https://github.com/nodejs/node-gyp/issues/3207)) ([b406532](https://github.com/nodejs/node-gyp/commit/b406532c77659c441c845708ec3ecdf09f013a3b)) -* update gyp-next to v0.20.4 ([#3208](https://github.com/nodejs/node-gyp/issues/3208)) ([adc61b1](https://github.com/nodejs/node-gyp/commit/adc61b1458315d9648591e74bf16bbe39511401e)) - ### Miscellaneous +* update gyp-next to v0.20.4 ([#3208](https://github.com/nodejs/node-gyp/issues/3208)) ([adc61b1](https://github.com/nodejs/node-gyp/commit/adc61b1458315d9648591e74bf16bbe39511401e)) * **ci:** Update Node.js version matrix in `tests.yml` ([#3209](https://github.com/nodejs/node-gyp/issues/3209)) ([a4e1da6](https://github.com/nodejs/node-gyp/commit/a4e1da6683a37fde565e1ea50f1fa86fa99a83c7)) * ruff format Python code ([#3203](https://github.com/nodejs/node-gyp/issues/3203)) ([cb30a53](https://github.com/nodejs/node-gyp/commit/cb30a538eadf49ca0310980ffb0bfdb8fcebf0a4)) diff --git a/package.json b/package.json index 3c9fd0ff31..018391bd38 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bindings", "gyp" ], - "version": "11.5.0", + "version": "11.4.2", "installVersion": 11, "author": "Nathan Rajlich (http://tootallnate.net)", "repository": {