Skip to content

Commit 03c0f45

Browse files
Publish v2.1.3 (#902)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b00c993 commit 03c0f45

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/hot-geese-deliver.md

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

.changeset/shaggy-rocks-melt.md

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

CHANGELOG.md

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

3+
## 2.1.3
4+
5+
### Patch Changes
6+
7+
- Disallow template literals if interpolation and special-character handling are not needed ([b00c993900b3b20cfc47c8d07e29f9a223e3b069](https://github.com/aws/aws-sdk-js-codemod/commit/b00c993900b3b20cfc47c8d07e29f9a223e3b069))
8+
- Prefer template literals over string concatenation ([33b8745a554a2e24f354bce9d5b46e5d67f28543](https://github.com/aws/aws-sdk-js-codemod/commit/33b8745a554a2e24f354bce9d5b46e5d67f28543))
9+
310
## 2.1.2
411

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

0 commit comments

Comments
 (0)