Skip to content

Commit 9d19e8b

Browse files
chore: release v13.6.2 (newrelic#3475)
1 parent e383c4e commit 9d19e8b

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### v13.6.2 (2025-10-29)
2+
3+
#### Bug fixes
4+
5+
* Updated express instrumentation to properly instrument an array of middleware defined on a route ([#3473](https://github.com/newrelic/node-newrelic/pull/3473)) ([e383c4e](https://github.com/newrelic/node-newrelic/commit/e383c4efc7171f02aef41d6c657455338b4b7258))
6+
7+
#### Documentation
8+
9+
* documented how to use the subscriber based instrumentation ([#3432](https://github.com/newrelic/node-newrelic/pull/3432)) ([3b3ab72](https://github.com/newrelic/node-newrelic/commit/3b3ab72eee3b4c1a12592d92eab59da2a48b1f46))
10+
* Updated compatibility report ([#3471](https://github.com/newrelic/node-newrelic/pull/3471)) ([964543b](https://github.com/newrelic/node-newrelic/commit/964543bae1a7c1fd5af32f02ba40d4bf68737d11))
11+
112
### v13.6.1 (2025-10-28)
213

314
#### Bug fixes

changelog.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
{
22
"repository": "newrelic/node-newrelic",
33
"entries": [
4+
{
5+
"version": "13.6.2",
6+
"changes": {
7+
"security": [],
8+
"bugfixes": [
9+
"Updated express instrumentation to properly instrument an array of middleware defined on a route"
10+
],
11+
"features": []
12+
}
13+
},
414
{
515
"version": "13.6.1",
616
"changes": {

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.6.1",
3+
"version": "13.6.2",
44
"author": "New Relic Node.js agent team <nodejs@newrelic.com>",
55
"license": "Apache-2.0",
66
"contributors": [

0 commit comments

Comments
 (0)