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 #172 from newrelic/release/v9.0.0
Browse files Browse the repository at this point in the history
Release v9.0.0
  • Loading branch information
svetlanabrennan authored Mar 12, 2024
2 parents 33bbc6e + e95c0c0 commit f01aac5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v9.0.0 (2024-03-12)

* **BREAKING CHANGE**: Updated koa instrumentation to construct specs at instrumentation
* Must be running v11.11.0 of `newrelic` for this to function.
* Updated dev deps `follow-redirects`, `@babel/generator`, `@babel/parser`, `@babel/traverse`, `@babel/types`, and `axios` to fix CVEs.

### v8.0.1 (2023-10-25)

* Removed `newrelic` as peer dependency since this package only gets bundled with agent.
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.1",
"version": "9.0.0",
"description": "Koa instrumentation for the New Relic Node agent",
"directories": {
"lib": "lib",
Expand Down

0 comments on commit f01aac5

Please sign in to comment.