Skip to content

Commit d53c120

Browse files
committed
v2.0.2
1 parent 7719aeb commit d53c120

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## master
44

5+
## 2.0.2
6+
- Support private ACL for S3 buckets [#923](https://github.com/mapbox/node-pre-gyp/pull/923)
7+
58
## 2.0.1
69
- Update abi_crosswalk.json for abi 137 / node 24 (https://github.com/mapbox/node-pre-gyp/pull/904)
710

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mapbox/node-pre-gyp",
33
"description": "Node.js native addon binary install tool",
4-
"version": "2.0.2-dev.2",
4+
"version": "2.0.2",
55
"keywords": [
66
"native",
77
"addon",

0 commit comments

Comments
 (0)