diff --git a/NEWS.md b/NEWS.md index 9517fe8..795efb0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,20 @@ +### v6.1.0 (2022-01-11) + +* Removed context-less timer hop from transaction state test. + + The context-less timer hope was not specific to koa execution. With the upcoming AsyncLocal implementation there are new limitations to boundaries we can track promises that cause this to fail. Given this setup is not specific to koa functionality, modifying to remove. + +* Added workflow to automate preparing release notes by reusing the newrelic/node-newrelic/.github/workflows/prep-release.yml@main workflow from agent repository. + +* Added job to automatically add issues/pr to Node.js Engineering board + +* Added a pre-commit hook to check if package.json changes and run oss third-party manifest and oss third-party notices. This will ensure the third_party_manifest.json and THIRD_PARTY_NOTICES.md are up to date. + * Added a pre-commit hook to run linting via husky + +* Added @newrelic/eslint-config to rely on a centralized eslint ruleset. + +* Upgraded setup-node CI job to v2 and changed the linting node version to lts/* for future proofing + ### 6.0.1 (2021-07-20) * Added versioned tests to the files list within package.json diff --git a/package-lock.json b/package-lock.json index ba0435e..a8b4e0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@newrelic/koa", - "version": "6.0.1", + "version": "6.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@newrelic/koa", - "version": "6.0.1", + "version": "6.1.0", "license": "Apache-2.0", "devDependencies": { "@koa/router": "^8.0.0", diff --git a/package.json b/package.json index 9292670..af5c538 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@newrelic/koa", - "version": "6.0.1", + "version": "6.1.0", "description": "Koa instrumentation for the New Relic Node agent", "main": "index.js", "directories": {