Skip to content

Commit 864f5ad

Browse files
chore: release v9.0.0 (#229)
1 parent e776e55 commit 864f5ad

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
### v9.0.0 (2024-07-31)
2+
#### ⚠ BREAKING CHANGES
3+
4+
* Dropped support for Node.js 16
5+
6+
#### Features
7+
8+
* Dropped support for Node.js 16 ([#228](https://github.com/newrelic/node-test-utilities/pull/228)) ([e776e55](https://github.com/newrelic/node-test-utilities/commit/e776e555b960083bec1e6ea482a27c469f164076))
9+
10+
#### Code refactoring
11+
12+
* Reduced dependency on async library ([#219](https://github.com/newrelic/node-test-utilities/pull/219)) ([582efe6](https://github.com/newrelic/node-test-utilities/commit/582efe6c58c339d8235dfa165c50230209a42d02))
13+
* Removed install queue from versioned runner. It will install before running a given test and rely on the jobs limit ([#221](https://github.com/newrelic/node-test-utilities/pull/221)) ([d9c6d1b](https://github.com/newrelic/node-test-utilities/commit/d9c6d1b24e6e58c03a0359545003420685f85793))
14+
15+
#### Continuous integration
16+
17+
* Fixed test script to run all unit tests ([#218](https://github.com/newrelic/node-test-utilities/pull/218)) ([61336d4](https://github.com/newrelic/node-test-utilities/commit/61336d448d1aba16db0bb4bc6fabdd7d080598db))
18+
119
### v8.7.0 (2024-06-28)
220

321
#### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@newrelic/test-utilities",
3-
"version": "8.7.0",
3+
"version": "9.0.0",
44
"description": "Test library for New Relic instrumentation modules.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)