Skip to content

Commit

Permalink
Release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcioj committed Aug 19, 2015
1 parent e90643d commit 0c312e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# ember-watson Changelog

### 0.6.3

- Use babel as AST parser (see [#77](https://github.com/abuiles/ember-watson/pull/77)).
- Update recast and use esprima as AST parser (see [#74](https://github.com/abuiles/ember-watson/pull/74)).

### 0.6.2

- Improve error logging when file skipped (see [#71](https://github.com/abuiles/ember-watson/pull/71)).
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-watson",
"version": "0.6.2",
"version": "0.6.3",
"description": "A young Ember Doctor to help you fix your code.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0c312e8

Please sign in to comment.