Skip to content

Commit 9bc1df1

Browse files
github-actions[bot]jsumners-nrjsumners-nr
authored
chore: release v12.25.1 (#3735)
Co-authored-by: jsumners-nr <gh-actions-jsumners-nr@github.com> Co-authored-by: James Sumners <jsumners@newrelic.com>
1 parent 88b2334 commit 9bc1df1

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### v12.25.1 (2026-02-10)
2+
3+
#### Security improvements
4+
5+
* Bumped minimum version of security agent ([#3713](https://github.com/newrelic/node-newrelic/pull/3713)) ([88b2334](https://github.com/newrelic/node-newrelic/commit/88b2334294f5b62a56599c48dc7cacb85a3e0bc2))
6+
17
### v12.25.0 (2025-07-09)
28

39
#### Features
@@ -7692,3 +7698,4 @@ Special thanks to Ryan Copley (@RyanCopley) for the contribution.
76927698
* The agent reports transaction trace data.
76937699
76947700
[mdn-async-function]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function
7701+

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": "12.25.1",
6+
"changes": {
7+
"security": [
8+
"Bumped minimum version of security agent"
9+
],
10+
"bugfixes": [],
11+
"features": []
12+
}
13+
},
414
{
515
"version": "12.25.0",
616
"changes": {
@@ -1003,4 +1013,4 @@
10031013
}
10041014
}
10051015
]
1006-
}
1016+
}

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

0 commit comments

Comments
 (0)