diff --git a/packages/putout/ChangeLog b/packages/putout/ChangeLog index 6550937b3e..7472caf80a 100644 --- a/packages/putout/ChangeLog +++ b/packages/putout/ChangeLog @@ -1,3 +1,12 @@ +2019.08.01, v4.65.1 + +fix: +- (putout) run-babel-plugins: ":" -> "/" + +feature: +- (putout) babel: speed up: disable code generation + + 2019.07.31, v4.65.0 feature: diff --git a/packages/putout/package.json b/packages/putout/package.json index 6c84240074..54edda52c2 100644 --- a/packages/putout/package.json +++ b/packages/putout/package.json @@ -1,6 +1,6 @@ { "name": "putout", - "version": "4.65.0", + "version": "4.65.1", "author": "coderaiser (https://github.com/coderaiser)", "description": "the pluggable code transformer", "homepage": "http://github.com/coderaiser/putout",