diff --git a/CHANGELOG.md b/CHANGELOG.md index bbc1f62..f3c0895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### v10.1.0 (2024-03-05) + +* Migrated to using prebuildify and node-gyp-install. + + Prebuilt binaries are now shipped in the npm package. + + Prebuilt binaries are included for Node.js 16, 18, and 20 across Windows x86/x64, Linux amd64/arm64, and macOS arm64. + + The environment variables `NR_NATIVE_METRICS_NO_DOWNLOAD`, `NR_NATIVE_METRICS_NO_BUILD`, `NR_NATIVE_METRICS_DOWNLOAD_HOST`, and `NR_NATIVE_METRICS_REMOTE_PATH` have been removed. +* Bumped [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2. + ### v10.0.1 (2023-09-11) * Fixed issue where this package could not download prebuilts. diff --git a/package-lock.json b/package-lock.json index 1e0f767..c134384 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@newrelic/native-metrics", - "version": "10.0.1", + "version": "10.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@newrelic/native-metrics", - "version": "10.0.1", + "version": "10.1.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index bf5c837..a56979d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@newrelic/native-metrics", - "version": "10.0.1", + "version": "10.1.0", "description": "A module for generating metrics from V8.", "main": "index.js", "scripts": {