diff --git a/.changeset/loud-rats-end.md b/.changeset/loud-rats-end.md deleted file mode 100644 index 096c53b79..000000000 --- a/.changeset/loud-rats-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"aws-sdk-js-codemod": patch ---- - -Remove type annotation transformation in redundant types diff --git a/.changeset/orange-walls-fold.md b/.changeset/orange-walls-fold.md deleted file mode 100644 index 334b53249..000000000 --- a/.changeset/orange-walls-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"aws-sdk-js-codemod": patch ---- - -Remove type annotation for union of required types diff --git a/.changeset/strange-foxes-yawn.md b/.changeset/strange-foxes-yawn.md deleted file mode 100644 index c8e449a43..000000000 --- a/.changeset/strange-foxes-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"aws-sdk-js-codemod": patch ---- - -Remove transformation for types with type annotation diff --git a/CHANGELOG.md b/CHANGELOG.md index 1253a049b..21cae5e31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # aws-sdk-js-codemod +## 0.21.2 + +### Patch Changes + +- Remove type annotation transformation in redundant types ([0296d75](https://github.com/awslabs/aws-sdk-js-codemod/commit/0296d75)) +- Remove type annotation for union of required types ([bf44354](https://github.com/awslabs/aws-sdk-js-codemod/commit/bf44354)) +- Remove transformation for types with type annotation ([5896f7a](https://github.com/awslabs/aws-sdk-js-codemod/commit/5896f7a)) + ## 0.21.1 ### Patch Changes diff --git a/package.json b/package.json index 9db5a1b1b..ff3ca9cf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-sdk-js-codemod", - "version": "0.21.1", + "version": "0.21.2", "description": "Collection of codemod scripts that help update AWS SDK for JavaScript APIs", "keywords": [ "jscodeshift",