diff --git a/packages/putout/ChangeLog b/packages/putout/ChangeLog index e9d7b5daf..3d87f61e5 100644 --- a/packages/putout/ChangeLog +++ b/packages/putout/ChangeLog @@ -1,3 +1,9 @@ +2019.08.07, v4.71.0 + +feature: +- (putout) add support of jscodeshift codemods + + 2019.08.07, v4.70.0 fix: diff --git a/packages/putout/package.json b/packages/putout/package.json index 708f078d5..20520ead4 100644 --- a/packages/putout/package.json +++ b/packages/putout/package.json @@ -1,6 +1,6 @@ { "name": "putout", - "version": "4.70.0", + "version": "4.71.0", "author": "coderaiser (https://github.com/coderaiser)", "description": "the pluggable code transformer", "homepage": "http://github.com/coderaiser/putout",