Skip to content

Commit

Permalink
chore: release v11.0.0 (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 31, 2024
1 parent 9f2d5c3 commit 34eff77
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### v11.0.0 (2024-07-31)
#### ⚠ BREAKING CHANGES

* Removed support for Node.js 16 (#273)

#### Features

* Removed support for Node.js 16 ([#273](https://github.com/newrelic/node-native-metrics/issues/273)) ([#274](https://github.com/newrelic/node-native-metrics/pull/274)) ([9f2d5c3](https://github.com/newrelic/node-native-metrics/commit/9f2d5c3dca1e4d3effcef2531d027d13bec39c0c))

#### Miscellaneous chores

* Updated CI to use native arm64 runner ([#264](https://github.com/newrelic/node-native-metrics/pull/264)) ([de17116](https://github.com/newrelic/node-native-metrics/commit/de171164cdb63a62b7c59754d0a412de635eb39b))

### v10.2.0 (2024-06-28)

#### Features
Expand Down
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.2.0",
"version": "11.0.0",
"description": "A module for generating metrics from V8.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 34eff77

Please sign in to comment.