Skip to content

Commit f1ec4a9

Browse files
authored
chore: add GitHub commit links to CHANGELOG (#123)
1 parent 80ac8e8 commit f1ec4a9

File tree

2 files changed

+57
-52
lines changed

2 files changed

+57
-52
lines changed

.changeset/grumpy-trains-poke.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"aws-sdk-js-codemod": patch
3+
---
4+
5+
Add GitHub commit links to CHANGELOG

CHANGELOG.md

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -4,178 +4,178 @@
44

55
### Patch Changes
66

7-
- 9b5791a: Update GitHub user to awslabs
8-
- fb0c577: Add Pull Request Template
9-
- cfa2e97: Add CONTRIBUTING.md
10-
- 9a58d12: Add Code of Conduct
11-
- c0f7605: Set Amazon Web Services as author
12-
- f9d1827: Add link to LICENSE from README
13-
- 7c7d1c8: Add MIT-0 License
7+
- Update GitHub user to awslabs ([9b5791a](https://github.com/awslabs/aws-sdk-js-codemod/commit/9b5791a))
8+
- Add Pull Request Template ([fb0c577](https://github.com/awslabs/aws-sdk-js-codemod/commit/fb0c577))
9+
- Add CONTRIBUTING.md ([cfa2e97](https://github.com/awslabs/aws-sdk-js-codemod/commit/cfa2e97))
10+
- Add Code of Conduct ([9a58d12](https://github.com/awslabs/aws-sdk-js-codemod/commit/9a58d12))
11+
- Set Amazon Web Services as author ([c0f7605](https://github.com/awslabs/aws-sdk-js-codemod/commit/c0f7605))
12+
- Add link to LICENSE from README ([f9d1827](https://github.com/awslabs/aws-sdk-js-codemod/commit/f9d1827))
13+
- Add MIT-0 License ([7c7d1c8](https://github.com/awslabs/aws-sdk-js-codemod/commit/7c7d1c8))
1414

1515
## 0.5.0
1616

1717
### Minor Changes
1818

19-
- 334a834: Process clients from TS Type Reference
19+
- Process clients from TS Type Reference ([334a834](https://github.com/awslabs/aws-sdk-js-codemod/commit/334a834))
2020

2121
## 0.4.6
2222

2323
### Patch Changes
2424

25-
- af1ba19: Add tests for existing package import/require with services
26-
- f67d3ea: Rename v2 Modules from Client to Service
27-
- 5b77175: Remove promise() calls from clients created from service imports
25+
- Add tests for existing package import/require with services ([af1ba19](https://github.com/awslabs/aws-sdk-js-codemod/commit/af1ba19))
26+
- Rename v2 Modules from Client to Service ([f67d3ea](https://github.com/awslabs/aws-sdk-js-codemod/commit/f67d3ea))
27+
- Remove promise() calls from clients created from service imports ([5b77175](https://github.com/awslabs/aws-sdk-js-codemod/commit/5b77175))
2828

2929
## 0.4.5
3030

3131
### Patch Changes
3232

33-
- 249dee2: Replace <any> with <unknown>
34-
- 812ab49: Add test with no AWS SDK for JavaScript (v2)
35-
- 8ef2e6d: Rename named import to identifier import
36-
- 3d1b37c: Add test for existing identifier/package require
33+
- Replace <any> with <unknown> ([249dee2](https://github.com/awslabs/aws-sdk-js-codemod/commit/249dee2))
34+
- Add test with no AWS SDK for JavaScript (v2) ([812ab49](https://github.com/awslabs/aws-sdk-js-codemod/commit/812ab49))
35+
- Rename named import to identifier import ([8ef2e6d](https://github.com/awslabs/aws-sdk-js-codemod/commit/8ef2e6d))
36+
- Add test for existing identifier/package require ([3d1b37c](https://github.com/awslabs/aws-sdk-js-codemod/commit/3d1b37c))
3737

3838
## 0.4.4
3939

4040
### Patch Changes
4141

42-
- 4053841: Run yarn lint on all source files
43-
- 52fc856: Enable eslint rule array-type with default 'array'
44-
- ea133bb: Enable eslint naming-convention rule with camelCase, UPPER_CASE and PascalCase
45-
- 52947af: Create utility getMergedArrayWithoutDuplicates
42+
- Run yarn lint on all source files ([4053841](https://github.com/awslabs/aws-sdk-js-codemod/commit/4053841))
43+
- Enable eslint rule array-type with default 'array' ([52fc856](https://github.com/awslabs/aws-sdk-js-codemod/commit/52fc856))
44+
- Enable eslint naming-convention rule with camelCase, UPPER_CASE and PascalCase ([ea133bb](https://github.com/awslabs/aws-sdk-js-codemod/commit/ea133bb))
45+
- Create utility getMergedArrayWithoutDuplicates ([52947af](https://github.com/awslabs/aws-sdk-js-codemod/commit/52947af))
4646

4747
## 0.4.3
4848

4949
### Patch Changes
5050

51-
- ea49796: Bump typescript to 4.6
52-
- 8b09b2d: Support parser=ts
51+
- Bump typescript to 4.6 ([ea49796](https://github.com/awslabs/aws-sdk-js-codemod/commit/ea49796))
52+
- Support parser=ts ([8b09b2d](https://github.com/awslabs/aws-sdk-js-codemod/commit/8b09b2d))
5353

5454
## 0.4.2
5555

5656
### Patch Changes
5757

58-
- a72bd0c: Rename Import to Module wherever required
59-
- 34c3fb7: Add utils remove(Require|Import)IdentifierName
60-
- 4df95bd: Add utility getV2ClientModulePath
61-
- d0d459a: Split getV2ClientModuleNames into import/require components
62-
- 38a16cc: Add utils get(Require|Import)IdentifierName
63-
- dd83c82: Split getV2DefaultModuleName into import/require components
64-
- 5690340: Store 'aws-sdk' in constant PACKAGE_NAME
58+
- Rename Import to Module wherever required ([a72bd0c](https://github.com/awslabs/aws-sdk-js-codemod/commit/a72bd0c))
59+
- Add utils remove(Require|Import)IdentifierName ([34c3fb7](https://github.com/awslabs/aws-sdk-js-codemod/commit/34c3fb7))
60+
- Add utility getV2ClientModulePath ([4df95bd](https://github.com/awslabs/aws-sdk-js-codemod/commit/4df95bd))
61+
- Split getV2ClientModuleNames into import/require components ([d0d459a](https://github.com/awslabs/aws-sdk-js-codemod/commit/d0d459a))
62+
- Add utils get(Require|Import)IdentifierName ([38a16cc](https://github.com/awslabs/aws-sdk-js-codemod/commit/38a16cc))
63+
- Split getV2DefaultModuleName into import/require components ([dd83c82](https://github.com/awslabs/aws-sdk-js-codemod/commit/dd83c82))
64+
- Store 'aws-sdk' in constant PACKAGE_NAME ([5690340](https://github.com/awslabs/aws-sdk-js-codemod/commit/5690340))
6565

6666
## 0.4.1
6767

6868
### Patch Changes
6969

70-
- 1008a5b: Support transformation for client require
70+
- Support transformation for client require ([1008a5b](https://github.com/awslabs/aws-sdk-js-codemod/commit/1008a5b))
7171

7272
## 0.4.0
7373

7474
### Minor Changes
7575

76-
- 65c166a: Support transformation for global require
76+
- Support transformation for global require ([65c166a](https://github.com/awslabs/aws-sdk-js-codemod/commit/65c166a))
7777

7878
## 0.3.1
7979

8080
### Patch Changes
8181

82-
- 339e74a: Handle v2 client imports in case of ImportNamespaceSpecifier
83-
- f4d79c8: Replace jscodeshift-find-imports with source.find() call
82+
- Handle v2 client imports in case of ImportNamespaceSpecifier ([339e74a](https://github.com/awslabs/aws-sdk-js-codemod/commit/339e74a))
83+
- Replace jscodeshift-find-imports with source.find() call ([f4d79c8](https://github.com/awslabs/aws-sdk-js-codemod/commit/f4d79c8))
8484

8585
## 0.3.0
8686

8787
### Minor Changes
8888

89-
- d5d5e9d: Support transformation of v2 client imports
89+
- Support transformation of v2 client imports ([d5d5e9d](https://github.com/awslabs/aws-sdk-js-codemod/commit/d5d5e9d))
9090

9191
## 0.2.3
9292

9393
### Patch Changes
9494

95-
- 24f87df: Check for source 'aws-sdk' while removing default imports
95+
- Check for source 'aws-sdk' while removing default imports ([24f87df](https://github.com/awslabs/aws-sdk-js-codemod/commit/24f87df))
9696

9797
## 0.2.2
9898

9999
### Patch Changes
100100

101-
- 84c337a: Remove .promise() from API calls in variable declarator
101+
- Remove .promise() from API calls in variable declarator ([84c337a](https://github.com/awslabs/aws-sdk-js-codemod/commit/84c337a))
102102

103103
## 0.2.1
104104

105105
### Patch Changes
106106

107-
- ed78aae: Remove .promise() from API calls which use await
107+
- Remove .promise() from API calls which use await ([ed78aae](https://github.com/awslabs/aws-sdk-js-codemod/commit/ed78aae))
108108

109109
## 0.2.0
110110

111111
### Minor Changes
112112

113-
- a4dc900: Remove .promise() from client API calls
113+
- Remove .promise() from client API calls ([a4dc900](https://github.com/awslabs/aws-sdk-js-codemod/commit/a4dc900))
114114

115115
## 0.1.5
116116

117117
### Patch Changes
118118

119-
- c38b72a: Update existing v3 import if already present
119+
- Update existing v3 import if already present ([c38b72a](https://github.com/awslabs/aws-sdk-js-codemod/commit/c38b72a))
120120

121121
## 0.1.4
122122

123123
### Patch Changes
124124

125-
- 62ba488: Sort v3 client imports
126-
- 18ee5bb: Add test for multiple API callbacks
125+
- Sort v3 client imports ([62ba488](https://github.com/awslabs/aws-sdk-js-codemod/commit/62ba488))
126+
- Add test for multiple API callbacks ([18ee5bb](https://github.com/awslabs/aws-sdk-js-codemod/commit/18ee5bb))
127127

128128
## 0.1.3
129129

130130
### Patch Changes
131131

132-
- ca6077d: Move test files next to source files
133-
- 1112f3f: Update unit tests to follow team jest standards
132+
- Move test files next to source files ([ca6077d](https://github.com/awslabs/aws-sdk-js-codemod/commit/ca6077d))
133+
- Update unit tests to follow team jest standards ([1112f3f](https://github.com/awslabs/aws-sdk-js-codemod/commit/1112f3f))
134134

135135
## 0.1.2
136136

137137
### Patch Changes
138138

139-
- fcd1e82: Removes unused v2 default import
139+
- Removes unused v2 default import ([fcd1e82](https://github.com/awslabs/aws-sdk-js-codemod/commit/fcd1e82))
140140

141141
## 0.1.1
142142

143143
### Patch Changes
144144

145-
- 369d337: Update README with instructions to use aws-sdk-js-codemod
145+
- Update README with instructions to use aws-sdk-js-codemod ([369d337](https://github.com/awslabs/aws-sdk-js-codemod/commit/369d337))
146146

147147
## 0.1.0
148148

149149
### Minor Changes
150150

151-
- a8be757: Send updated transform file if a custom transform is selected
151+
- Send updated transform file if a custom transform is selected ([a8be757](https://github.com/awslabs/aws-sdk-js-codemod/commit/a8be757))
152152

153153
### Patch Changes
154154

155-
- e13f64c: Copy code which performs basic transformation of AWS SDK for JavaScript client from v2 to v3
156-
- dbd8346: Adds a placeholder for transforms with information under help option
155+
- Copy code which performs basic transformation of AWS SDK for JavaScript client from v2 to v3 ([e13f64c](https://github.com/awslabs/aws-sdk-js-codemod/commit/e13f64c))
156+
- Adds a placeholder for transforms with information under help option ([dbd8346](https://github.com/awslabs/aws-sdk-js-codemod/commit/dbd8346))
157157

158158
## 0.0.5
159159

160160
### Patch Changes
161161

162-
- 0baf388: Use npm exec instead of ./node_modules/.bin
162+
- Use npm exec instead of ./node_modules/.bin ([0baf388](https://github.com/awslabs/aws-sdk-js-codemod/commit/0baf388))
163163

164164
## 0.0.4
165165

166166
### Patch Changes
167167

168-
- 978e21a: Make aws-sdk-js-codemod in bin folder executable
168+
- Make aws-sdk-js-codemod in bin folder executable ([978e21a](https://github.com/awslabs/aws-sdk-js-codemod/commit/978e21a))
169169

170170
## 0.0.3
171171

172172
### Patch Changes
173173

174-
- 3c20ee0: Remove simple-git-hooks on postinstall
174+
- Remove simple-git-hooks on postinstall ([3c20ee0](https://github.com/awslabs/aws-sdk-js-codemod/commit/3c20ee0))
175175

176176
## 0.0.2
177177

178178
### Patch Changes
179179

180-
- 91ec885: Copy configuration from trivikr/aws-sdk-js-v2-to-v3
181-
- baafe94: Add a basic wrapper over jscodeshift
180+
- Copy configuration from trivikr/aws-sdk-js-v2-to-v3 ([91ec885](https://github.com/awslabs/aws-sdk-js-codemod/commit/91ec885))
181+
- Add a basic wrapper over jscodeshift ([baafe94](https://github.com/awslabs/aws-sdk-js-codemod/commit/baafe94))

0 commit comments

Comments
 (0)