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 #53 from newrelic/release/v0.1.1
Browse files Browse the repository at this point in the history
Release v0.1.1
  • Loading branch information
bizob2828 authored Apr 4, 2022
2 parents 419145f + 43197e8 commit 0871149
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v0.1.1 (2022-04-04)

* Added support for middleware in > 12.1.1 of Next.js. The return of `getModuleContext` is now an async function.

* Fixed a few small documentation items.

### v0.1.0 (2022-03-01)
* Initial release of the Node.js Next.js instrumentation.
* Transaction naming based on Next.js page or API route.
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.1.0",
"version": "0.1.1",
"description": "Next.js instrumentation for the New Relic Node.js agent. ",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0871149

Please sign in to comment.