Skip to content

Commit 9bbb0f8

Browse files
chore: release v13.8.1 (#3605)
1 parent ed24527 commit 9bbb0f8

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-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.8.1 (2025-12-15)
2+
3+
#### Bug fixes
4+
5+
* Updated AWS Lambda instrumentation to skip wrapping handler callback if not present ([#3602](https://github.com/newrelic/node-newrelic/pull/3602)) ([d56e27d](https://github.com/newrelic/node-newrelic/commit/d56e27d5764b4c0a7d513fffa3310148d7cebea6))
6+
7+
#### Documentation
8+
9+
* Updated compatibility report ([#3596](https://github.com/newrelic/node-newrelic/pull/3596)) ([ed24527](https://github.com/newrelic/node-newrelic/commit/ed24527cfd2e836de67a769cbeaa63683b207506))
10+
111
### v13.8.0 (2025-12-11)
212

313
#### Features

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.8.1",
6+
"changes": {
7+
"security": [],
8+
"bugfixes": [
9+
"Updated AWS Lambda instrumentation to skip wrapping handler callback if not present"
10+
],
11+
"features": []
12+
}
13+
},
414
{
515
"version": "13.8.0",
616
"changes": {
@@ -1214,4 +1224,4 @@
12141224
}
12151225
}
12161226
]
1217-
}
1227+
}

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

0 commit comments

Comments
 (0)