Skip to content

Commit 5c25a5d

Browse files
author
awstools
committed
Publish v3.720.0
1 parent fdea90a commit 5c25a5d

File tree

6 files changed

+37
-3
lines changed

6 files changed

+37
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.720.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.719.1...v3.720.0) (2024-12-28)
7+
8+
9+
### Features
10+
11+
* **client-ecr-public:** Restoring custom endpoint functionality for ECR Public ([fdea90a](https://github.com/aws/aws-sdk-js-v3/commit/fdea90a051bac58efb7a1ea42e47b1c66422f482))
12+
* **client-ecr:** Restoring custom endpoint functionality for ECR ([53504cc](https://github.com/aws/aws-sdk-js-v3/commit/53504cc1cb6a79409b3f4007c6e1846f759883c4))
13+
14+
15+
16+
17+
618
## [3.719.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.719.0...v3.719.1) (2024-12-27)
719

820
**Note:** Version bump only for package aws-sdk-js-v3

clients/client-ecr-public/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.720.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.719.1...v3.720.0) (2024-12-28)
7+
8+
9+
### Features
10+
11+
* **client-ecr-public:** Restoring custom endpoint functionality for ECR Public ([fdea90a](https://github.com/aws/aws-sdk-js-v3/commit/fdea90a051bac58efb7a1ea42e47b1c66422f482))
12+
13+
14+
15+
16+
617
# [3.718.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.717.0...v3.718.0) (2024-12-23)
718

819

clients/client-ecr-public/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-ecr-public",
33
"description": "AWS SDK for JavaScript Ecr Public Client for Node.js, Browser and React Native",
4-
"version": "3.718.0",
4+
"version": "3.720.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-ecr-public",

clients/client-ecr/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.720.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.719.1...v3.720.0) (2024-12-28)
7+
8+
9+
### Features
10+
11+
* **client-ecr:** Restoring custom endpoint functionality for ECR ([53504cc](https://github.com/aws/aws-sdk-js-v3/commit/53504cc1cb6a79409b3f4007c6e1846f759883c4))
12+
13+
14+
15+
16+
617
# [3.719.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.718.0...v3.719.0) (2024-12-26)
718

819

clients/client-ecr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-ecr",
33
"description": "AWS SDK for JavaScript Ecr Client for Node.js, Browser and React Native",
4-
"version": "3.719.0",
4+
"version": "3.720.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-ecr",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.719.1",
2+
"version": "3.720.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)