Skip to content

Commit 34a423b

Browse files
chore: release v13.2.1 (#3334)
1 parent 4b2c14f commit 34a423b

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### v13.2.1 (2025-08-21)
2+
3+
#### Code refactoring
4+
5+
* Updated agent to use `@apm-js-collab/tracing-hooks` for the CJS/ESM registration for tracing channel based instrumentation ([#3324](https://github.com/newrelic/node-newrelic/pull/3324)) ([4b2c14f](https://github.com/newrelic/node-newrelic/commit/4b2c14f35d5c658160ad9420ca562f73ae55bbc0))
6+
7+
#### Documentation
8+
9+
* Updated compatibility report ([#3330](https://github.com/newrelic/node-newrelic/pull/3330)) ([2831a89](https://github.com/newrelic/node-newrelic/commit/2831a895e0278a05bed8e9f81245c7f9ae515eca))
10+
111
### v13.2.0 (2025-08-20)
212

313
#### Features

changelog.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"repository": "newrelic/node-newrelic",
33
"entries": [
4+
{
5+
"version": "13.2.1",
6+
"changes": {
7+
"security": [],
8+
"bugfixes": [],
9+
"features": []
10+
}
11+
},
412
{
513
"version": "13.2.0",
614
"changes": {
@@ -1043,4 +1051,4 @@
10431051
}
10441052
}
10451053
]
1046-
}
1054+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "newrelic",
3-
"version": "13.2.0",
3+
"version": "13.2.1",
44
"author": "New Relic Node.js agent team <nodejs@newrelic.com>",
55
"license": "Apache-2.0",
66
"contributors": [

0 commit comments

Comments
 (0)