Skip to content

Commit

Permalink
chore: package: v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jul 13, 2022
1 parent f4087e1 commit 1108c3a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2022.07.13, v1.1.5

fix:
- putout: assign


2022.07.13, v1.1.4

fix:
Expand Down
2 changes: 2 additions & 0 deletions bundle/putout.js
Original file line number Diff line number Diff line change
Expand Up @@ -131017,6 +131017,8 @@ function putout(...a) {
return putoutExports(...a);
}

const {assign} = Object;

assign(putout, {
parse: putoutExports.parse,
print: putoutExports.print,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@putout/bundle",
"version": "1.1.4",
"version": "1.1.5",
"type": "module",
"commitType": "colon",
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
Expand Down

0 comments on commit 1108c3a

Please sign in to comment.