Skip to content

Commit

Permalink
Release v10.1.0 (#239)
Browse files Browse the repository at this point in the history
* Setting version to v10.1.0.

* Adds auto-generated release notes.

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: jsumners-nr <gh-actions-jsumners-nr@github.com>
Co-authored-by: James Sumners <jsumners@newrelic.com>
  • Loading branch information
3 people committed Mar 5, 2024
1 parent a5eef4f commit 14c6921
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 14c6921

Please sign in to comment.