Skip to content

Commit f1ee057

Browse files
authored
Revert "chore: release v12.5.0 (newrelic#2567)"
This reverts commit a76364b.
1 parent c38a71b commit f1ee057

File tree

3 files changed

+2
-33
lines changed

3 files changed

+2
-33
lines changed

NEWS.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
### v12.5.0 (2024-09-12)
2-
3-
#### Features
4-
5-
* Added utilization info for ECS ([#2565](https://github.com/newrelic/node-newrelic/pull/2565)) ([6f92073](https://github.com/newrelic/node-newrelic/commit/6f92073a6c01124d8ab1b54d06c176a36fbc3441))
6-
7-
#### Bug fixes
8-
9-
* Ensured README displays for Azure site extension ([#2564](https://github.com/newrelic/node-newrelic/pull/2564)) ([a30aed5](https://github.com/newrelic/node-newrelic/commit/a30aed5cf31c0c89678618e51215063562331848))
10-
11-
#### Documentation
12-
13-
* Updated compatibility report ([#2562](https://github.com/newrelic/node-newrelic/pull/2562)) ([8f7aebe](https://github.com/newrelic/node-newrelic/commit/8f7aebe7e4274ce45cfe961537a09b34077b3aa0))
14-
15-
#### Tests
16-
17-
* Convert `metric` and `metrics-recorder` tests to `node:test` ([#2552](https://github.com/newrelic/node-newrelic/pull/2552)) ([7ae4af4](https://github.com/newrelic/node-newrelic/commit/7ae4af4c8adfabadd3c865bd2fdd0e8ba5317eef))
18-
* Updated `serverless` unit tests to `node:test` ([#2549](https://github.com/newrelic/node-newrelic/pull/2549)) ([619f23c](https://github.com/newrelic/node-newrelic/commit/619f23c938bf39c360a6da9a307c178986c70902))
19-
201
### v12.4.0 (2024-09-11)
212

223
#### Features

changelog.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
{
22
"repository": "newrelic/node-newrelic",
33
"entries": [
4-
{
5-
"version": "12.5.0",
6-
"changes": {
7-
"security": [],
8-
"bugfixes": [
9-
"Ensured README displays for Azure site extension"
10-
],
11-
"features": [
12-
"Added utilization info for ECS"
13-
]
14-
}
15-
},
164
{
175
"version": "12.4.0",
186
"changes": {
@@ -624,4 +612,4 @@
624612
}
625613
}
626614
]
627-
}
615+
}

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.5.0",
3+
"version": "12.4.0",
44
"author": "New Relic Node.js agent team <[email protected]>",
55
"license": "Apache-2.0",
66
"contributors": [

0 commit comments

Comments
 (0)