Skip to content

Commit d5a2a46

Browse files
authored
Merge pull request #167 from newrelic/release/v7.3.1
2 parents f1ecdb1 + f7d5c25 commit d5a2a46

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.3.1 (2023-05-03)
2+
3+
* Updated `TestAgent.getShim` to require an exported module and pull the shim symbol.
4+
15
### v7.3.0 (2023-03-23)
26

37
* Provided ability to register only core instrumentation or both core and 3rd party instrumentation. `TestAgent.makeFullyInstrumented` will register both. `TestAgent.makeInstrumented` will only register core instrumentation.

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

0 commit comments

Comments
 (0)