Skip to content

Commit

Permalink
Merge pull request newrelic#125 from newrelic/release/v0.5.1
Browse files Browse the repository at this point in the history
Release v0.5.1
  • Loading branch information
bizob2828 authored May 22, 2023
2 parents 5a4c7da + f66e306 commit bd7e0e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions merged/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v0.5.1 (2023-05-22)

* Updated instrumentation to work in versions >= 13.3.1 as the methods we try to wrap no longer have setters.

### v0.5.0 (2023-04-19)

* **BREAKING** - Route (URL) parameters are now stored as `request.parameters.route.*` attributes on Transactions
Expand Down
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.5.0",
"version": "0.5.1",
"description": "Next.js instrumentation for the New Relic Node.js agent. ",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bd7e0e0

Please sign in to comment.