Skip to content

Commit 8e09d99

Browse files
authored
Merge pull request #142 from newrelic/release/v7.1.0
Release v7.1.0
2 parents 7c3e11a + 5bcef2c commit 8e09d99

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v7.1.0 (2022-09-14)
2+
3+
* Added the capacity of running ES module tests with the ESM loader from agent or a path to an ESM loader set as process.env.NR_LOADER.
4+
15
### v7.0.0 (2022-07-27)
26

37
* Added support for Node 18.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "7.0.0",
3+
"version": "7.1.0",
44
"description": "Test library for New Relic instrumentation modules.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)