Skip to content

Commit 9f38353

Browse files
author
awstools
committed
Publish v3.719.1
1 parent b0b5547 commit 9f38353

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

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.719.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.719.0...v3.719.1) (2024-12-27)
7+
8+
**Note:** Version bump only for package aws-sdk-js-v3
9+
10+
11+
12+
13+
614
# [3.719.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.718.0...v3.719.0) (2024-12-26)
715

816

clients/client-rds/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.719.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.719.0...v3.719.1) (2024-12-27)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-rds
9+
10+
11+
12+
13+
614
# [3.716.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.715.0...v3.716.0) (2024-12-19)
715

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

clients/client-rds/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-rds",
33
"description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
4-
"version": "3.716.0",
4+
"version": "3.719.1",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-rds",

lerna.json

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

0 commit comments

Comments
 (0)