Skip to content

Commit

Permalink
chore(package) v9.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jul 31, 2020
1 parent ce33fdc commit bbf556f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/putout/ChangeLog
@@ -1,3 +1,19 @@
2020.07.31, v9.10.1

fix:
- (@putout/engine-loader) babel plugins: rm useless options

feature:
- (package) @putout/plugin-apply-optional-chaining v2.0.0
- (package) @putout/plugin-extract-object-properties v4.0.0
- (@putout/plugin-extract-object-properties) drop support of node < 10
- (@putout/plugin-apply-optional-chaining) drop support of node < 10
- (@putout/plugin-apply-optional-chaining) add support of destructuring
- (@putout/plugin-extract-object-properties) equal-deep: rm useless filter
- (@putout/engine-loader) babel plugins: simplify code with cloneInputAst (https://github.com/babel/babel/releases/tag/v7.11.0)
- (@putout/plugin-remove-unused-types) add exports support


2020.07.30, v9.10.0

fix:
Expand Down
2 changes: 1 addition & 1 deletion packages/putout/package.json
@@ -1,6 +1,6 @@
{
"name": "putout",
"version": "9.10.0",
"version": "9.10.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 bbf556f

Please sign in to comment.