From 5b9e9ec44555b89288ab5cbf1ae4bce1f7b71190 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 3 Jul 2019 12:41:42 +0300 Subject: [PATCH] chore(package) v4.46.0 --- packages/putout/ChangeLog | 9 +++++++++ packages/putout/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/putout/ChangeLog b/packages/putout/ChangeLog index dad11e9606..6ac096b6db 100644 --- a/packages/putout/ChangeLog +++ b/packages/putout/ChangeLog @@ -1,3 +1,12 @@ +2019.07.03, v4.46.0 + +feature: +- (putout) add ability to determine jsx +- (@putout/plugin-remove-unused-variables) add support of ClassDeclaration in ExportNamedDeclaration +- (@putout/plugin-remove-unused-variables) add support of TSExpressionWithTypeArguments +- (@putout/plugin-remove-unused-variables) add support of QualifiedTypeIdentifier + + 2019.07.02, v4.45.0 feature: diff --git a/packages/putout/package.json b/packages/putout/package.json index 074532ad25..dfe83f1c6b 100644 --- a/packages/putout/package.json +++ b/packages/putout/package.json @@ -1,6 +1,6 @@ { "name": "putout", - "version": "4.45.0", + "version": "4.46.0", "author": "coderaiser (https://github.com/coderaiser)", "description": "the pluggable code transformer", "homepage": "http://github.com/coderaiser/putout",