From 0c312e8d7c847dc2fb90ac34e10750cf4eea0b9c Mon Sep 17 00:00:00 2001 From: Marcio Junior Date: Tue, 18 Aug 2015 21:23:01 -0300 Subject: [PATCH] Release 0.6.3 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9e8ad..388fa78 100644 --- a/CHANGELOG.md +++ b/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)). diff --git a/package.json b/package.json index c4fdfdf..1d5664c 100644 --- a/package.json +++ b/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": {