From f37da769502abb8a7729548833b651bde431c883 Mon Sep 17 00:00:00 2001 From: ESLint Jenkins Date: Tue, 13 Sep 2016 14:16:10 -0400 Subject: [PATCH] Build: package.json and changelog update for 0.3.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 768795f..6434161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +v0.3.0 - September 13, 2016 + +* e76f3b9 New: Convert type alias into variable declaration (refs #77) (#83) (James Henry) +* 5c47ad5 Fix: Convert TSTypeOfExpression to UnaryExpression (fixes #85) (#86) (James Henry) +* 799fd63 Fix: Distinguish between DeclareFunction and FunctionDeclaration (#79) (James Henry) + v0.2.0 - August 29, 2016 * 138495f New: Add accessor decorators to AST (fixes #63) (#73) (James Henry)