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 #90 from newrelic/release/v0.3.1
Browse files Browse the repository at this point in the history
Release v0.3.1
  • Loading branch information
bizob2828 authored Oct 17, 2022
2 parents c06f391 + bedcf7b commit 4fb4954
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### v0.3.1 (2022-10-17)

* Updated newrelic peer dependency to be >= 8.14.0. This makes the hasToRemoveScriptWrapper property available for api.getBrowserTimingHeader.

Thanks for your contribution @siuvdlec!

* Updated injecting browser agent snippet in both README and docs.
* Updated example application to include the browser agent snippet and README to using example project.

* Removed browser agent injection test from versioned tests

### v0.3.0 (2022-07-27)

* **BREAKING** Removed support for Node 12.
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.3.0",
"version": "0.3.1",
"description": "Next.js instrumentation for the New Relic Node.js agent. ",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 4fb4954

Please sign in to comment.