Skip to content
This repository was archived by the owner on Jun 5, 2024. It is now read-only.

Commit ae9ac71

Browse files
github-actions[bot]jsumners-nrjsumners-nr
authored
chore: release v7.4.0 (#280)
Co-authored-by: jsumners-nr <gh-actions-jsumners-nr@github.com> Co-authored-by: James Sumners <jsumners@newrelic.com>
1 parent 5b037c6 commit ae9ac71

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### v7.4.0 (2024-04-02)
2+
3+
#### Miscellaneous chores
4+
5+
* **deps-dev:** bump follow-redirects from 1.15.5 to 1.15.6 ([#277](https://github.com/newrelic/node-newrelic-aws-sdk/pull/277)) ([ce0d324](https://github.com/newrelic/node-newrelic-aws-sdk/commit/ce0d324a52bf49bc718470c0477e3134d2301c18))
6+
* Removed unused attributes on LlmChatCompletionSummary and LlmEmbedding ([#278](https://github.com/newrelic/node-newrelic-aws-sdk/pull/278)) ([c1a9978](https://github.com/newrelic/node-newrelic-aws-sdk/commit/c1a9978fe8eac435e238144933f845f5e36d79da))
7+
* Updated test-utils dependency ([#279](https://github.com/newrelic/node-newrelic-aws-sdk/pull/279)) ([5b037c6](https://github.com/newrelic/node-newrelic-aws-sdk/commit/5b037c68f3332b37efdd79e677fe45be7dbfe60e))
8+
9+
#### Continuous integration
10+
11+
* Updated CI workflows to run `npm ci` instead of `npm install` to catch package-lock.json being out of sync ([#276](https://github.com/newrelic/node-newrelic-aws-sdk/pull/276)) ([87b1f07](https://github.com/newrelic/node-newrelic-aws-sdk/commit/87b1f07b448ff9254fdf09397892011f75f6e644))
12+
113
### v7.3.0 (2024-03-12)
214

315
#### Features

changelog.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"repository": "newrelic/node-newrelic-aws-sdk",
33
"entries": [
4+
{
5+
"version": "7.4.0",
6+
"changes": {
7+
"security": [],
8+
"bugfixes": [],
9+
"features": []
10+
}
11+
},
412
{
513
"version": "7.3.0",
614
"changes": {

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/aws-sdk",
3-
"version": "7.3.0",
3+
"version": "7.4.0",
44
"description": "New Relic instrumentation of the aws-sdk package.",
55
"scripts": {
66
"test": "npm run unit && npm run versioned",

0 commit comments

Comments
 (0)