From 1108c3a83dabcf8e0472d8e1e8cffc1a5fa0787d Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 13 Jul 2022 21:49:04 +0300 Subject: [PATCH] chore: package: v1.1.5 --- ChangeLog | 6 ++++++ bundle/putout.js | 2 ++ package.json | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) 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)",