diff --git a/NEWS.md b/NEWS.md index b5c9cb0..bbaf423 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,17 @@ +### v7.2.0 (2023-04-19) + +* Updated the registration of instrumentation to indicate that it will share a shim instance id for checking if items are wrapped. + +* Updated README header image to latest OSS office required images + +* Fixed dead links in the docs. + +* Added testing coverage to ensure Code Level Metrics functionality with Koa instrumentation + +* Added lockfile checks to CI workflow to prevent malicious changes + +* Updated json5 devDependency to latest. + ### v7.1.1 (2022-12-16) * Updated Koa instrumentation to work in applications using the ES Modules loader. diff --git a/package-lock.json b/package-lock.json index b326231..b60ff22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@newrelic/koa", - "version": "7.1.1", + "version": "7.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@newrelic/koa", - "version": "7.1.1", + "version": "7.2.0", "license": "Apache-2.0", "devDependencies": { "@koa/router": "^8.0.0", diff --git a/package.json b/package.json index 6c2b89d..72538fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@newrelic/koa", - "version": "7.1.1", + "version": "7.2.0", "description": "Koa instrumentation for the New Relic Node agent", "main": "index.js", "directories": {