Skip to content

Commit

Permalink
Release 0.6.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
abuiles committed Aug 24, 2015
1 parent 9e4ecd4 commit c727791
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ember-watson Changelog

### 0.6.4

- Add `ember watson:find-overloaded-cps` command to help locating all
the places where your source may trigger the "Using the same function
as getter and setter" deprecation. This command is purely advisory, it
outputs a colored report showing the snippets of code that are
probably deprecated CPs.

### 0.6.3

- Use babel as AST parser (see [#77](https://github.com/abuiles/ember-watson/pull/77)).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-watson",
"version": "0.6.3",
"version": "0.6.4",
"description": "A young Ember Doctor to help you fix your code.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c727791

Please sign in to comment.