Skip to content

Commit

Permalink
chore: release v8.4.0 (#197)
Browse files Browse the repository at this point in the history
Co-authored-by: jsumners-nr <gh-actions-jsumners-nr@github.com>
Co-authored-by: James Sumners <jsumners@newrelic.com>
  • Loading branch information
3 people committed Apr 2, 2024
1 parent 6535efa commit 3d5f904
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
### v8.4.0 (2024-04-02)

#### Miscellaneous chores

* Added instrumentation tracking to support newrelic [issue 2033](https://github.com/newrelic/node-newrelic/issues/2033) ([#195](https://github.com/newrelic/node-test-utilities/pull/195)) ([730e747](https://github.com/newrelic/node-test-utilities/commit/730e747dffb99c0fa9156566eee03b5cc0a06466))
* Fixed typo in workflow variable ([#196](https://github.com/newrelic/node-test-utilities/pull/196)) ([6535efa](https://github.com/newrelic/node-test-utilities/commit/6535efa80c1d7fb89a08517c70c5dc414601cfb1))

#### Continuous integration

* Updated repo to use conventional commits for releases ([#194](https://github.com/newrelic/node-test-utilities/pull/194)) ([4254669](https://github.com/newrelic/node-test-utilities/commit/4254669539d2cd7af617f5ea58ae5757db66c3b9))

### v8.3.0 (2024-03-06)

+ Added new Amazon Titan LLM responses to support `token_count` work.
Expand Down
13 changes: 11 additions & 2 deletions changelog.json
@@ -1,4 +1,13 @@
{
"repository": "newrelic/node-test-utilities",
"entries": []
}
"entries": [
{
"version": "8.4.0",
"changes": {
"security": [],
"bugfixes": [],
"features": []
}
}
]
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@newrelic/test-utilities",
"version": "8.3.0",
"version": "8.4.0",
"description": "Test library for New Relic instrumentation modules.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3d5f904

Please sign in to comment.