Skip to content

Commit 9d2ac24

Browse files
Publish v0.20.0 (#605)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 73264e6 commit 9d2ac24

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/poor-shirts-travel.md

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

.changeset/tall-roses-hunt.md

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# aws-sdk-js-codemod
22

3+
## 0.20.0
4+
5+
### Minor Changes
6+
7+
- Use only default import while transforming import equals ([73264e6](https://github.com/awslabs/aws-sdk-js-codemod/commit/73264e6))
8+
9+
### Patch Changes
10+
11+
- Store whether code uses require/import/importEquals in importType ([7603bda](https://github.com/awslabs/aws-sdk-js-codemod/commit/7603bda))
12+
313
## 0.19.0
414

515
### Minor Changes

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": "0.19.0",
3+
"version": "0.20.0",
44
"description": "Collection of codemod scripts that help update AWS SDK for JavaScript APIs",
55
"keywords": [
66
"jscodeshift",

0 commit comments

Comments
 (0)