diff --git a/ChangeLog b/ChangeLog index 633d626..f56bd32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2022.07.13, v1.1.5 + +fix: +- putout: assign + + 2022.07.13, v1.1.4 fix: diff --git a/bundle/putout.js b/bundle/putout.js index f6698aa..7ed6183 100644 --- a/bundle/putout.js +++ b/bundle/putout.js @@ -131017,6 +131017,8 @@ function putout(...a) { return putoutExports(...a); } +const {assign} = Object; + assign(putout, { parse: putoutExports.parse, print: putoutExports.print, diff --git a/package.json b/package.json index 768c9fd..aaf1afd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@putout/bundle", - "version": "1.1.4", + "version": "1.1.5", "type": "module", "commitType": "colon", "author": "coderaiser (https://github.com/coderaiser)",