Skip to content

Commit 34eff77

Browse files
chore: release v11.0.0 (#275)
1 parent 9f2d5c3 commit 34eff77

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### v11.0.0 (2024-07-31)
2+
#### ⚠ BREAKING CHANGES
3+
4+
* Removed support for Node.js 16 (#273)
5+
6+
#### Features
7+
8+
* 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))
9+
10+
#### Miscellaneous chores
11+
12+
* 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))
13+
114
### v10.2.0 (2024-06-28)
215

316
#### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@newrelic/native-metrics",
3-
"version": "10.2.0",
3+
"version": "11.0.0",
44
"description": "A module for generating metrics from V8.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)