Skip to content

Commit

Permalink
chore: release v0.9.0 (newrelic#184)
Browse files Browse the repository at this point in the history
Co-authored-by: jsumners-nr <[email protected]>
Co-authored-by: James Sumners <[email protected]>
  • Loading branch information
3 people authored Mar 28, 2024
1 parent 5e04f1d commit 8f225f3
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 5 deletions.
11 changes: 11 additions & 0 deletions merged/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### v0.9.0 (2024-03-28)

#### Features

* Added a shim to externalize all 3rd party libraries the Node.js agent instruments ([#175](https://github.com/newrelic/newrelic-node-nextjs/pull/175)) ([127e3c0](https://github.com/newrelic/newrelic-node-nextjs/commit/127e3c01a65a6ff3bef8bc9ae0759e42b69d2065))
* Added a test suite for App Router. ([#176](https://github.com/newrelic/newrelic-node-nextjs/pull/176)) ([e7bc0db](https://github.com/newrelic/newrelic-node-nextjs/commit/e7bc0db0599713036c2d63b70f960ef86ccde9b0))

#### Miscellaneous chores

* Updated CI process for releases ([#183](https://github.com/newrelic/newrelic-node-nextjs/pull/183)) ([99a61c5](https://github.com/newrelic/newrelic-node-nextjs/commit/99a61c5fb5cb603de692fe813351d3f7f0c43780))

### v0.8.0 (2024-03-12)

* Updated instrumentation to construct spec objects at instrumentation.
Expand Down
16 changes: 14 additions & 2 deletions merged/nextjs/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
{
"repository": "newrelic/newrelic-node-nextjs",
"entries": []
}
"entries": [
{
"version": "0.9.0",
"changes": {
"security": [],
"bugfixes": [],
"features": [
"Added a test suite for App Router.",
"Added a shim to externalize all 3rd party libraries the Node.js agent instruments"
]
}
}
]
}
4 changes: 2 additions & 2 deletions merged/nextjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion merged/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newrelic/next",
"version": "0.8.0",
"version": "0.9.0",
"description": "Next.js instrumentation for the New Relic Node.js agent. ",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8f225f3

Please sign in to comment.