Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #155 from newrelic/release/v0.7.0
Browse files Browse the repository at this point in the history
Release v0.7.0
  • Loading branch information
bizob2828 authored Aug 29, 2023
2 parents 34d3a0a + 587d598 commit c01c268
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### v0.7.0 (2023-08-29)

* Updated the module path to properly instrument Next.js with `require-in-the-middle`.

* Updated minimum version of peer dependency `newrelic` to `>=11.0.0` to ensure the new path to Next.js server instrumentation will work.

* Updated the contributing docs.

* Updated versioned test helper to handle [email protected] changes.

### v0.6.0 (2023-08-09)

* **BREAKING** - Dropped support for Node 14.
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newrelic/next",
"version": "0.6.0",
"version": "0.7.0",
"description": "Next.js instrumentation for the New Relic Node.js agent. ",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c01c268

Please sign in to comment.