From 85e7dee0cb2cb5f11d7bb5b892214366e7c167f8 Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Thu, 10 Sep 2026 13:23:32 -0400 Subject: [PATCH] chore(main): release 13.0.3 --- .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 d9f47446d5..b47220519e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "13.0.2" + ".": "13.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b998960335..b86bee0aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [13.0.3](https://github.com/nodejs/node-gyp/compare/v13.0.2...v13.0.3) (2026-09-10) + + +### Bug Fixes + +* accept --msvs_version as the README documents it ([#3364](https://github.com/nodejs/node-gyp/issues/3364)) ([8cca9c9](https://github.com/nodejs/node-gyp/commit/8cca9c9ff1b8a292734fc82c2ae35ba17e20a5ff)) +* add Python 3.15 and update OS versions in tests.yml ([#3369](https://github.com/nodejs/node-gyp/issues/3369)) ([03c7b3b](https://github.com/nodejs/node-gyp/commit/03c7b3b69f15f57a491baf0c406e7e8b9d63b463)) + + +### Tests + +* fix missing cb in fs.unlink ([#3368](https://github.com/nodejs/node-gyp/issues/3368)) ([e91cd76](https://github.com/nodejs/node-gyp/commit/e91cd76a28b38650fdb4e7a3dd28e53b6f2c464f)) +* fix non-ASCII addon cache path ([#3370](https://github.com/nodejs/node-gyp/issues/3370)) ([e6f699f](https://github.com/nodejs/node-gyp/commit/e6f699f1ed4bf846a5d8275564591cbaf86f75ec)) + + +### Doc + +* use Visual Studio 2026 in Windows setup instructions ([#3367](https://github.com/nodejs/node-gyp/issues/3367)) ([20bd442](https://github.com/nodejs/node-gyp/commit/20bd442a04627621248fe6b5aa97cd5e88d7f058)) + ## [13.0.2](https://github.com/nodejs/node-gyp/compare/v13.0.1...v13.0.2) (2026-08-25) diff --git a/package.json b/package.json index 9eb9183adc..071cd450a9 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bindings", "gyp" ], - "version": "13.0.2", + "version": "13.0.3", "installVersion": 11, "author": "Nathan Rajlich (http://tootallnate.net)", "repository": {