Skip to content

Commit 01cfb93

Browse files
committed
chore(package) v12.7.1
1 parent ff93ed4 commit 01cfb93

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/putout/ChangeLog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2020.12.21, v12.7.1
2+
3+
fix:
4+
- (putout) ignore: dist* -> dist, dist-dev
5+
- docs(readme) no : without transformation
6+
7+
feature:
8+
- (@putout/plugin-tape) convert-throws-to-try-catch: add support of MemberExpression
9+
- (@putout/plugin-promises) add-missing-await: exclude then-catch
10+
- (@putout/plugin-promises) add-missing-await: exclude top level
11+
- (@putout/plugin-promises) add support of SwitchStatement
12+
- (@putout/plugin-tape) add apply-stub-operator
13+
- (eslint-plugin-putout) markdown: disable node/no-unpublished-import
14+
- (eslint-plugin-putout) markdown: disable node/no-extraneous-import
15+
- (@putout/plugin-promises) add-missing-await: add support of ArrayExpression
16+
17+
118
2020.12.18, v12.7.0
219

320
feature:

packages/putout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "putout",
3-
"version": "12.7.0",
3+
"version": "12.7.1",
44
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
55
"description": "the pluggable code transformer",
66
"homepage": "http://github.com/coderaiser/putout",

0 commit comments

Comments
 (0)