Skip to content

Commit 5733432

Browse files
Publish v1.0.1 (#764)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c04ed74 commit 5733432

File tree

3 files changed

+24
-23
lines changed

3 files changed

+24
-23
lines changed

.changeset/smart-toes-brake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,34 @@
11
# aws-sdk-js-codemod
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Bump jscodeshift to v0.15.1 ([c04ed748e9702077e2dcd5f39c26b9708d2d78ae](https://github.com/aws/aws-sdk-js-codemod/commit/c04ed748e9702077e2dcd5f39c26b9708d2d78ae))
8+
39
## 1.0.0
410

511
### Major Changes
612

713
- Transform JS SDK APIs to v3 from static imports of aws-sdk v2
8-
- Default Import
9-
- Namespace Import
10-
- Variable Require
11-
- Import Equals
12-
- Named Import
13-
- Named Import with a local name
14-
- ObjectPattern Require
15-
- ObjectPattern Require with a local name
16-
- Variable Require Property
17-
- Variable Require Property with a local name
18-
- Default Import with deep path
19-
- Namespace Import with deep path
20-
- Variable Require with deep path
21-
- Import Equals with deep path
14+
- Default Import
15+
- Namespace Import
16+
- Variable Require
17+
- Import Equals
18+
- Named Import
19+
- Named Import with a local name
20+
- ObjectPattern Require
21+
- ObjectPattern Require with a local name
22+
- Variable Require Property
23+
- Variable Require Property with a local name
24+
- Default Import with deep path
25+
- Namespace Import with deep path
26+
- Variable Require with deep path
27+
- Import Equals with deep path
2228
- Transform JS SDK client creations in v2 to v3
23-
- When client name is same
24-
- When client name is different
25-
- When client is imported with a local name
29+
- When client name is same
30+
- When client name is different
31+
- When client is imported with a local name
2632
- Transform simple JS SDK config from v2 to v3 which is deprecated, not supported, replaced or renamed
2733
- Remove `.promise()` from JS SDK API calls
2834
- Transform JS SDK v2 TypeScript types to v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-sdk-js-codemod",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Collection of codemod scripts that help update AWS SDK for JavaScript APIs",
55
"keywords": [
66
"jscodeshift",

0 commit comments

Comments
 (0)