Skip to content

Commit fbfabde

Browse files
chore(main): release 10.2.0
1 parent ea99fea commit fbfabde

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-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.2.0"
33
}

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [10.2.0](https://github.com./nodejs/node-gyp/compare/v10.1.0...v10.2.0) (2024-06-12)
4+
5+
6+
### Features
7+
8+
* **gyp:** update gyp to v0.18.1 ([#3039](https://github.com./nodejs/node-gyp/issues/3039)) ([ea99fea](https://github.com./nodejs/node-gyp/commit/ea99fea83485dc5be04db01df9b2fdbe05319b8e))
9+
10+
11+
### Core
12+
13+
* add an arch check to VS 2019 ([#3025](https://github.com./nodejs/node-gyp/issues/3025)) ([323957b](https://github.com./nodejs/node-gyp/commit/323957b74e9586fb3fbfb2acad5040379c778de6))
14+
* [email protected] ([#3022](https://github.com./nodejs/node-gyp/issues/3022)) ([141aa6b](https://github.com./nodejs/node-gyp/commit/141aa6bf029e6f984be8ea98aaf985e5df894082))
15+
* [email protected] ([#3021](https://github.com./nodejs/node-gyp/issues/3021)) ([b22d5ee](https://github.com./nodejs/node-gyp/commit/b22d5eef861892c968052ffc1c71b551f738163b))
16+
17+
18+
### Doc
19+
20+
* `node-pre-gyp` is no longer maintained ([#3015](https://github.com./nodejs/node-gyp/issues/3015)) ([93186f1](https://github.com./nodejs/node-gyp/commit/93186f10c966b4148fc500e48f8cbffacccdfa3c))
21+
* 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))
22+
* 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))
23+
324
## [10.1.0](https://github.com./nodejs/node-gyp/compare/v10.0.1...v10.1.0) (2024-03-13)
425

526

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.2.0",
1515
"installVersion": 11,
1616
"author": "Nathan Rajlich <[email protected]> (http://tootallnate.net)",
1717
"repository": {

0 commit comments

Comments
 (0)