Skip to content

Commit 0b394a6

Browse files
committed
add sa-east-1
1 parent 4a7e539 commit 0b394a6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55

66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77

8+
## [Unreleased]
9+
10+
- Add sa-east-1
11+
812
## [0.3.6] - 2023-12-11
913

1014
- fallback if request data cannot be parsed

multiRegion.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ export const config = {
1212
"ap-southeast-2",
1313
"ap-northeast-1",
1414
"ca-central-1",
15-
"eu-north-1"
15+
"eu-north-1",
16+
"sa-east-1"
1617
],
1718
"output": "md"
1819
}

0 commit comments

Comments
 (0)