Skip to content

Commit

Permalink
Publish v3.373.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 20, 2023
1 parent 9c27140 commit b2c6522
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.373.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.373.0...v3.373.1) (2023-07-20)


### Bug Fixes

* **codegen:** fix line length ([#4988](https://github.com/aws/aws-sdk-js-v3/issues/4988)) ([71e1e2b](https://github.com/aws/aws-sdk-js-v3/commit/71e1e2b5cc391e6b1f2f47f9c834ad6765df2d9a))


### Features

* **clients:** update client endpoints as of 2023-07-20 ([9c27140](https://github.com/aws/aws-sdk-js-v3/commit/9c27140dbc7a2c1316759a635e402f257479167e))





# [3.373.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.372.0...v3.373.0) (2023-07-19)


Expand Down
8 changes: 8 additions & 0 deletions clients/client-savingsplans/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.373.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.373.0...v3.373.1) (2023-07-20)

**Note:** Version bump only for package @aws-sdk/client-savingsplans





# [3.370.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.369.0...v3.370.0) (2023-07-13)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-savingsplans/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-savingsplans",
"description": "AWS SDK for JavaScript Savingsplans Client for Node.js, Browser and React Native",
"version": "3.370.0",
"version": "3.373.1",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.373.0",
"version": "3.373.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit b2c6522

Please sign in to comment.