Skip to content

Commit bc7aa2d

Browse files
authored
Merge pull request #163 from newrelic/release/v7.3.0
Release v7.3.0
2 parents 8fa87d3 + 90727c2 commit bc7aa2d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### v7.3.0 (2023-03-23)
2+
3+
* 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.
4+
5+
* Updated README header image to latest OSS office required images
6+
17
### v7.2.1 (2023-01-10)
28

39
* Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.2.

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

0 commit comments

Comments
 (0)