Skip to content

Commit 2daed02

Browse files
chore: release v13.3.1 (#3362)
1 parent ecd0d1d commit 2daed02

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### v13.3.1 (2025-09-09)
2+
3+
#### Bug fixes
4+
5+
* Default `requestParameters` to an object to avoid crash in `transaction.addRequestParameters` ([#3361](https://github.com/newrelic/node-newrelic/pull/3361)) ([ecd0d1d](https://github.com/newrelic/node-newrelic/commit/ecd0d1db70f9e9b3011af08ffe99ea3d6d56def9))
6+
17
### v13.3.0 (2025-09-08)
28

39
#### 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.3.1",
6+
"changes": {
7+
"security": [],
8+
"bugfixes": [
9+
"Default `requestParameters` to an object to avoid crash in `transaction.addRequestParameters`"
10+
],
11+
"features": []
12+
}
13+
},
414
{
515
"version": "13.3.0",
616
"changes": {
@@ -1061,4 +1071,4 @@
10611071
}
10621072
}
10631073
]
1064-
}
1074+
}

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

0 commit comments

Comments
 (0)