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 cf992bc commit 9380027Copy full SHA for 9380027
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 0.1.3 (2023-01-18)
2
+
3
+### Documentation
4
+* [#4](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/4) Added tests and refactored code (Part 2) ([@ijlee2](https://github.com/ijlee2))
5
+* [#3](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/3) Added tests and refactored code (Part 1) ([@ijlee2](https://github.com/ijlee2))
6
7
+### Committers: 1
8
+- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
9
10
11
## 0.1.2 (2023-01-16)
12
13
### Bug Fix
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-codemod-v1-to-v2",
- "version": "0.1.2",
+ "version": "0.1.3",
"description": "Codemod to convert Ember addons to v2 addon format",
"keywords": [
"codemod",
0 commit comments