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

Commit

Permalink
Merge pull request #166 from newrelic/release/v8.0.1
Browse files Browse the repository at this point in the history
Release v8.0.1
  • Loading branch information
bizob2828 authored Oct 25, 2023
2 parents b062e99 + fb58be4 commit ce8d201
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### v8.0.1 (2023-10-25)

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

--------------------------

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

* **BREAKING**: Removed 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/koa",
"version": "8.0.0",
"version": "8.0.1",
"description": "Koa instrumentation for the New Relic Node agent",
"directories": {
"lib": "lib",
Expand Down

0 comments on commit ce8d201

Please sign in to comment.