Skip to content

Commit d9034f8

Browse files
chore(main): release 10.1.1
1 parent 0bab6a0 commit d9034f8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [10.1.1](https://github.com./nodejs/node-gyp/compare/v10.1.0...v10.1.1) (2024-04-11)
4+
5+
6+
### Doc
7+
8+
* add the way to configuring Python dependency for Windows PowerShell ([#2996](https://github.com./nodejs/node-gyp/issues/2996)) ([9fd7936](https://github.com./nodejs/node-gyp/commit/9fd7936f0d7232a8a79e6a7b6cbfb814d9042b13))
9+
* Installation -- Python >= v3.12 requires `node-gyp` >= v10 ([#3010](https://github.com./nodejs/node-gyp/issues/3010)) ([a6b48fc](https://github.com./nodejs/node-gyp/commit/a6b48fca9993e54d757cd110f6b41f8200d99ca4))
10+
311
## [10.1.0](https://github.com./nodejs/node-gyp/compare/v10.0.1...v10.1.0) (2024-03-13)
412

513

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bindings",
1212
"gyp"
1313
],
14-
"version": "10.1.0",
14+
"version": "10.1.1",
1515
"installVersion": 11,
1616
"author": "Nathan Rajlich <[email protected]> (http://tootallnate.net)",
1717
"repository": {

0 commit comments

Comments
 (0)