Skip to content

Commit

Permalink
chore: release v7.4.0 (newrelic#280)
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 authored Apr 2, 2024
1 parent 5b037c6 commit ae9ac71
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
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

0 comments on commit ae9ac71

Please sign in to comment.