diff --git a/packages/putout/ChangeLog b/packages/putout/ChangeLog index 64e98d6e36..82060dea4a 100644 --- a/packages/putout/ChangeLog +++ b/packages/putout/ChangeLog @@ -1,3 +1,16 @@ +2019.07.18, v4.54.0 + +fix: +- (@putout/plugin-strict-mode) add: literal -> directive +- (putout) client build: disable babelPlugins for client side + +feature: +- (putout) add merge +- (babel-plugin-putout) add +- (package) eslint-plugin-node v9.1.0 +- (putout) add transform + + 2019.07.18, v4.53.0 fix: diff --git a/packages/putout/package.json b/packages/putout/package.json index a5f46569cf..0b798dcbea 100644 --- a/packages/putout/package.json +++ b/packages/putout/package.json @@ -1,6 +1,6 @@ { "name": "putout", - "version": "4.53.0", + "version": "4.54.0", "author": "coderaiser (https://github.com/coderaiser)", "description": "the pluggable code transformer", "homepage": "http://github.com/coderaiser/putout",