Skip to content

Commit 9dc2f99

Browse files
chore: release v13.6.1 (#3470)
1 parent c702689 commit 9dc2f99

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### v13.6.1 (2025-10-28)
2+
3+
#### Bug fixes
4+
5+
* Updated middleware wrapper to not wrap handler if it is not a function ([#3469](https://github.com/newrelic/node-newrelic/pull/3469)) ([c702689](https://github.com/newrelic/node-newrelic/commit/c702689a6e73756f6b3ad39706a33874fbd6da73))
6+
7+
#### Documentation
8+
9+
* Updated compatibility report ([#3466](https://github.com/newrelic/node-newrelic/pull/3466)) ([5853657](https://github.com/newrelic/node-newrelic/commit/5853657a63dc75481fc6598c10afd208391f525b))
10+
111
### v13.6.0 (2025-10-27)
212

313
#### Features
@@ -8000,3 +8010,4 @@ Special thanks to Ryan Copley (@RyanCopley) for the contribution.
80008010
80018011
80028012
8013+

changelog.json

Lines changed: 11 additions & 1 deletion
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.1",
6+
"changes": {
7+
"security": [],
8+
"bugfixes": [
9+
"Updated middleware wrapper to not wrap handler if it is not a function"
10+
],
11+
"features": []
12+
}
13+
},
414
{
515
"version": "13.6.0",
616
"changes": {
@@ -1122,4 +1132,4 @@
11221132
}
11231133
}
11241134
]
1125-
}
1135+
}

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

0 commit comments

Comments
 (0)