Skip to content

Commit

Permalink
Revert "chore: release v12.5.0 (newrelic#2567)"
Browse files Browse the repository at this point in the history
This reverts commit a76364b.
  • Loading branch information
sumitsuthar committed Sep 20, 2024
1 parent c38a71b commit f1ee057
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 33 deletions.
19 changes: 0 additions & 19 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
### v12.5.0 (2024-09-12)

#### Features

* Added utilization info for ECS ([#2565](https://github.com/newrelic/node-newrelic/pull/2565)) ([6f92073](https://github.com/newrelic/node-newrelic/commit/6f92073a6c01124d8ab1b54d06c176a36fbc3441))

#### Bug fixes

* 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))

#### Documentation

* Updated compatibility report ([#2562](https://github.com/newrelic/node-newrelic/pull/2562)) ([8f7aebe](https://github.com/newrelic/node-newrelic/commit/8f7aebe7e4274ce45cfe961537a09b34077b3aa0))

#### Tests

* 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))
* 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))

### v12.4.0 (2024-09-11)

#### Features
Expand Down
14 changes: 1 addition & 13 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
{
"repository": "newrelic/node-newrelic",
"entries": [
{
"version": "12.5.0",
"changes": {
"security": [],
"bugfixes": [
"Ensured README displays for Azure site extension"
],
"features": [
"Added utilization info for ECS"
]
}
},
{
"version": "12.4.0",
"changes": {
Expand Down Expand Up @@ -624,4 +612,4 @@
}
}
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newrelic",
"version": "12.5.0",
"version": "12.4.0",
"author": "New Relic Node.js agent team <nodejs@newrelic.com>",
"license": "Apache-2.0",
"contributors": [
Expand Down

0 comments on commit f1ee057

Please sign in to comment.