We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0715811 commit 05f144bCopy full SHA for 05f144b
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## 0.7.0 (2023-06-12)
2
+
3
+### Enhancement
4
+* [#41](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/41) Introduced TypeScript ([@ijlee2](https://github.com/ijlee2))
5
6
+### Internal
7
+* [#40](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/40) Updated @codemod-utils packages ([@ijlee2](https://github.com/ijlee2))
8
9
+### Committers: 1
10
+- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
11
12
13
## 0.6.3 (2023-06-10)
14
15
### Internal
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-codemod-v1-to-v2",
- "version": "0.6.3",
+ "version": "0.7.0",
"description": "Codemod to convert Ember addons to v2 addon format",
"keywords": [
"codemod",
0 commit comments