Skip to content

Commit 88de41f

Browse files
github-actions[bot]jsumners-nrjsumners-nr
authored
chore: release v11.1.0 (#286)
Co-authored-by: jsumners-nr <[email protected]> Co-authored-by: James Sumners <[email protected]>
1 parent e465db5 commit 88de41f

File tree

2 files changed

+54
-39
lines changed

2 files changed

+54
-39
lines changed

CHANGELOG.md

Lines changed: 53 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,56 @@
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-
14-
### v10.2.0 (2024-06-28)
15-
16-
#### Features
17-
18-
* Added support for Node 22.
19-
20-
#### Miscellaneous chores
21-
22-
* Added Node 22 to CI ([#250](https://github.com/newrelic/node-native-metrics/pull/250)) ([523426f](https://github.com/newrelic/node-native-metrics/commit/523426fa70cecbf99820c04e0495a7d4f6f62d26))
23-
* **deps-dev:** bump braces from 3.0.2 to 3.0.3 ([#257](https://github.com/newrelic/node-native-metrics/pull/257)) ([38b36a6](https://github.com/newrelic/node-native-metrics/commit/38b36a6f06d1750b2b45cf318dad6d036559a37c))
24-
* Made pre-commit hook require dep updates before running update third party deps ([#251](https://github.com/newrelic/node-native-metrics/pull/251)) ([bfab44d](https://github.com/newrelic/node-native-metrics/commit/bfab44d54add9549145cbaebd73223387b150f58))
25-
* Removed copying package-lock.json to linux arm docker container ([#261](https://github.com/newrelic/node-native-metrics/pull/261)) ([da2d7c1](https://github.com/newrelic/node-native-metrics/commit/da2d7c16f7e4c4bb9e21ba03f4b1260bfec2404f))
26-
* Removed outdated Slack reference ([#253](https://github.com/newrelic/node-native-metrics/pull/253)) ([d76afb4](https://github.com/newrelic/node-native-metrics/commit/d76afb40f0ef17030134213971d4239189dd63f8))
27-
28-
### v10.1.1 (2024-04-09)
29-
30-
#### Miscellaneous chores
31-
32-
* Skipped macOS integration tests in CI ([#245](https://github.com/newrelic/node-native-metrics/pull/245)) ([20b096f](https://github.com/newrelic/node-native-metrics/commit/20b096ffbc615a34a87e6818222ab44925341b79))
33-
34-
#### Continuous integration
35-
36-
* Removed `use_new_release` input from prepare release workflow ([#247](https://github.com/newrelic/node-native-metrics/pull/247)) ([6cadc52](https://github.com/newrelic/node-native-metrics/commit/6cadc5289596fc98942274a614d6e4cfcc7af26c))
37-
* Updated CI process for releases ([#246](https://github.com/newrelic/node-native-metrics/pull/246)) ([aa63ee8](https://github.com/newrelic/node-native-metrics/commit/aa63ee830288b096b48c6064bf19456eb9f9c635))
38-
1+
### v11.1.0 (2025-05-15)
2+
3+
#### Features
4+
5+
* Added Node.js 24 support ([#285](https://github.com/newrelic/node-native-metrics/pull/285)) ([e465db5](https://github.com/newrelic/node-native-metrics/commit/e465db58879dc8bc006c4d9575c1109ea50c9cf1))
6+
7+
#### Miscellaneous chores
8+
9+
* Added documentation for musl libc systems ([#277](https://github.com/newrelic/node-native-metrics/pull/277)) ([869e524](https://github.com/newrelic/node-native-metrics/commit/869e524786681fd024325bb0a8ce4972dbdb6082))
10+
11+
#### Tests
12+
13+
* Updated unit tests to use `node:test` ([#282](https://github.com/newrelic/node-native-metrics/pull/282)) ([7a53a19](https://github.com/newrelic/node-native-metrics/commit/7a53a192103163920e236c247216f71ba302a4ce))
14+
* Updated integration tests to node:test ([#283](https://github.com/newrelic/node-native-metrics/pull/283)) ([a28342c](https://github.com/newrelic/node-native-metrics/commit/a28342ce6d1bda891ffc1230209268c932af3113))
15+
16+
### v11.0.0 (2024-07-31)
17+
#### ⚠ BREAKING CHANGES
18+
19+
* Removed support for Node.js 16 (#273)
20+
21+
#### Features
22+
23+
* 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))
24+
25+
#### Miscellaneous chores
26+
27+
* 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))
28+
29+
### v10.2.0 (2024-06-28)
30+
31+
#### Features
32+
33+
* Added support for Node 22.
34+
35+
#### Miscellaneous chores
36+
37+
* Added Node 22 to CI ([#250](https://github.com/newrelic/node-native-metrics/pull/250)) ([523426f](https://github.com/newrelic/node-native-metrics/commit/523426fa70cecbf99820c04e0495a7d4f6f62d26))
38+
* **deps-dev:** bump braces from 3.0.2 to 3.0.3 ([#257](https://github.com/newrelic/node-native-metrics/pull/257)) ([38b36a6](https://github.com/newrelic/node-native-metrics/commit/38b36a6f06d1750b2b45cf318dad6d036559a37c))
39+
* Made pre-commit hook require dep updates before running update third party deps ([#251](https://github.com/newrelic/node-native-metrics/pull/251)) ([bfab44d](https://github.com/newrelic/node-native-metrics/commit/bfab44d54add9549145cbaebd73223387b150f58))
40+
* Removed copying package-lock.json to linux arm docker container ([#261](https://github.com/newrelic/node-native-metrics/pull/261)) ([da2d7c1](https://github.com/newrelic/node-native-metrics/commit/da2d7c16f7e4c4bb9e21ba03f4b1260bfec2404f))
41+
* Removed outdated Slack reference ([#253](https://github.com/newrelic/node-native-metrics/pull/253)) ([d76afb4](https://github.com/newrelic/node-native-metrics/commit/d76afb40f0ef17030134213971d4239189dd63f8))
42+
43+
### v10.1.1 (2024-04-09)
44+
45+
#### Miscellaneous chores
46+
47+
* Skipped macOS integration tests in CI ([#245](https://github.com/newrelic/node-native-metrics/pull/245)) ([20b096f](https://github.com/newrelic/node-native-metrics/commit/20b096ffbc615a34a87e6818222ab44925341b79))
48+
49+
#### Continuous integration
50+
51+
* Removed `use_new_release` input from prepare release workflow ([#247](https://github.com/newrelic/node-native-metrics/pull/247)) ([6cadc52](https://github.com/newrelic/node-native-metrics/commit/6cadc5289596fc98942274a614d6e4cfcc7af26c))
52+
* Updated CI process for releases ([#246](https://github.com/newrelic/node-native-metrics/pull/246)) ([aa63ee8](https://github.com/newrelic/node-native-metrics/commit/aa63ee830288b096b48c6064bf19456eb9f9c635))
53+
3954
### v10.1.0 (2024-03-05)
4055

4156
* Migrated to using prebuildify and node-gyp-install.

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": "11.0.0",
3+
"version": "11.1.0",
44
"description": "A module for generating metrics from V8.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)