Skip to content

Commit

Permalink
Merge pull request newrelic#119 from newrelic/release/v7.0.1
Browse files Browse the repository at this point in the history
Release v7.0.1
  • Loading branch information
bizob2828 committed Oct 25, 2023
2 parents 097c6d3 + 55f85e5 commit 0c5c063
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions lib/instrumentation/superagent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v7.0.1 (2023-10-25)

* Removed `newrelic` as peer dependency since this package only gets bundled with agent.
* Bumped [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.17.3 and 7.20.5 to 7.23.2.

### v7.0.0 (2023-08-28)

* **BREAKING**: Removed support for Node 14.
Expand Down
4 changes: 2 additions & 2 deletions lib/instrumentation/superagent/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 lib/instrumentation/superagent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newrelic/superagent",
"version": "7.0.0",
"version": "7.0.1",
"description": "New Relic instrumentation for the `superagent` package.",
"scripts": {
"lint": "eslint *.js lib tests",
Expand Down

0 comments on commit 0c5c063

Please sign in to comment.