Skip to content

Commit b2c6522

Browse files
author
awstools
committed
Publish v3.373.1
1 parent 9c27140 commit b2c6522

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.373.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.373.0...v3.373.1) (2023-07-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
13+
14+
### Features
15+
16+
* **clients:** update client endpoints as of 2023-07-20 ([9c27140](https://github.com/aws/aws-sdk-js-v3/commit/9c27140dbc7a2c1316759a635e402f257479167e))
17+
18+
19+
20+
21+
622
# [3.373.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.372.0...v3.373.0) (2023-07-19)
723

824

clients/client-savingsplans/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.373.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.373.0...v3.373.1) (2023-07-20)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-savingsplans
9+
10+
11+
12+
13+
614
# [3.370.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.369.0...v3.370.0) (2023-07-13)
715

816

clients/client-savingsplans/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-savingsplans",
33
"description": "AWS SDK for JavaScript Savingsplans Client for Node.js, Browser and React Native",
4-
"version": "3.370.0",
4+
"version": "3.373.1",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.373.0",
2+
"version": "3.373.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)