Skip to content

Commit

Permalink
chore(package) v2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jan 3, 2019
1 parent 2f7b2d6 commit 8003500
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ChangeLog
@@ -1,3 +1,15 @@
2019.01.03, v2.23.0

fix:
- chore(get-vars) fixture: alphabet order

feature:
- (putout) FunctionDeclaration: add support of useParamsBeforeLastUsed
- (putout) add support of TemplateLiteral in LogicalExpression
- (putout) useParamsBeforeLastUsed: add support of ObjectPattern
- (putout) add support of TaggedTemplateExpression


2019.01.02, v2.22.0

feature:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "putout",
"version": "2.22.0",
"version": "2.23.0",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "find and remove unused variables",
"homepage": "http://github.com/coderaiser/putout",
Expand Down

0 comments on commit 8003500

Please sign in to comment.