Skip to content

Commit

Permalink
chore(package) v12.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Dec 21, 2020
1 parent ff93ed4 commit 01cfb93
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 @@
2020.12.21, v12.7.1

fix:
- (putout) ignore: dist* -> dist, dist-dev
- docs(readme) no : without transformation

feature:
- (@putout/plugin-tape) convert-throws-to-try-catch: add support of MemberExpression
- (@putout/plugin-promises) add-missing-await: exclude then-catch
- (@putout/plugin-promises) add-missing-await: exclude top level
- (@putout/plugin-promises) add support of SwitchStatement
- (@putout/plugin-tape) add apply-stub-operator
- (eslint-plugin-putout) markdown: disable node/no-unpublished-import
- (eslint-plugin-putout) markdown: disable node/no-extraneous-import
- (@putout/plugin-promises) add-missing-await: add support of ArrayExpression


2020.12.18, v12.7.0

feature:
Expand Down
2 changes: 1 addition & 1 deletion packages/putout/package.json
@@ -1,6 +1,6 @@
{
"name": "putout",
"version": "12.7.0",
"version": "12.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 01cfb93

Please sign in to comment.