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

chore: release v7.4.0 #280

Merged
merged 3 commits into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### v7.4.0 (2024-04-02)

#### Miscellaneous chores

* **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))
* 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))
* 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))

#### Continuous integration

* 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))

### v7.3.0 (2024-03-12)

#### Features
Expand Down
8 changes: 8 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"repository": "newrelic/node-newrelic-aws-sdk",
"entries": [
{
"version": "7.4.0",
"changes": {
"security": [],
"bugfixes": [],
"features": []
}
},
{
"version": "7.3.0",
"changes": {
Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newrelic/aws-sdk",
"version": "7.3.0",
"version": "7.4.0",
"description": "New Relic instrumentation of the aws-sdk package.",
"scripts": {
"test": "npm run unit && npm run versioned",
Expand Down
Loading