We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf66ff8 commit 7e54791Copy full SHA for 7e54791
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# ember-watson Changelog
2
3
+### 0.6.1
4
+
5
+- Fix `watson:methodify` command to ensure app path gets defaulted correctly.
6
7
### 0.6.0
8
9
- Updates QUnit transformation to work with QUnit.test style.
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-watson",
- "version": "0.6.0",
+ "version": "0.6.1",
"description": "A young Ember Doctor to help you fix your code.",
"main": "index.js",
"scripts": {
0 commit comments