Skip to content

Commit ceb03b6

Browse files
committed
Update version placeholder in Issue Templates
1 parent 37b3397 commit ceb03b6

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,8 @@ body:
5656
description: |
5757
Run `aws-sdk-js-codemod --version` and paste the result into the form
5858
placeholder: |
59-
aws-sdk-js-codemod: 0.10.2
60-
61-
jscodeshift: 0.14.0
62-
- babel: 7.20.12
63-
- babylon: 7.20.7
64-
- flow: 0.196.3
59+
aws-sdk-js-codemod: 0.10.4
60+
- jscodeshift: 0.14.0
6561
- recast: 0.21.5
6662
validations:
6763
required: true

.github/ISSUE_TEMPLATE/bug_report_transform.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,8 @@ body:
7979
description: |
8080
Run `aws-sdk-js-codemod --version` and paste the result into the form
8181
placeholder: |
82-
aws-sdk-js-codemod: 0.10.2
83-
84-
jscodeshift: 0.14.0
85-
- babel: 7.20.12
86-
- babylon: 7.20.7
87-
- flow: 0.196.3
82+
aws-sdk-js-codemod: 0.10.4
83+
- jscodeshift: 0.14.0
8884
- recast: 0.21.5
8985
validations:
9086
required: true

0 commit comments

Comments
 (0)