Skip to content

Commit

Permalink
chore(package) v5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Aug 20, 2019
1 parent 535fc18 commit 592f72f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/putout/ChangeLog
@@ -1,3 +1,20 @@
2019.08.20, v5.7.1

fix:
- feature(run-plugins) complexity on multiple rounds: quadratic -> linear

feature:
- (packages) eslint v6.2.0
- (package) eslint v6.2.0
- (@putout/plugin-remove-unused-private-fields) add support of anynomous class expression
- (@putout/plugin-remove-unused-private-fields) add support of ClassExpression
- (run-plugins) complexity on multiple fix rounds: quadratic -> linear
- (package) eslint-plugin-putout v9.1.0
- (package) eslint-plugin-putout v2.0.0
- (package) @putout/eslint-config v2.0.0
- (@putout/eslint-config) add support of ES2020


2019.08.16, v5.7.0

feature:
Expand Down
2 changes: 1 addition & 1 deletion packages/putout/package.json
@@ -1,6 +1,6 @@
{
"name": "putout",
"version": "5.7.0",
"version": "5.7.1",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "the pluggable code transformer",
"homepage": "http://github.com/coderaiser/putout",
Expand Down

0 comments on commit 592f72f

Please sign in to comment.