Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
chore(main): release 5.7.3 (#1010)
Browse files Browse the repository at this point in the history
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
  • Loading branch information
token-generator-app[bot] committed Feb 8, 2022
1 parent 587a912 commit 0a738b1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [5.7.3](https://github.com/netlify/zip-it-and-ship-it/compare/v5.7.2...v5.7.3) (2022-02-08)


### Bug Fixes

* fix JSON imports for ES modules ([#982](https://github.com/netlify/zip-it-and-ship-it/issues/982)) ([64089d8](https://github.com/netlify/zip-it-and-ship-it/commit/64089d86bbe117ce49b12c2937e5948c09795dee))
* simplify imports/exports of ES modules ([#976](https://github.com/netlify/zip-it-and-ship-it/issues/976)) ([587a912](https://github.com/netlify/zip-it-and-ship-it/commit/587a9120a651f2e84c2d4ad082ede42fe55cc72e))
* use ES modules in README.md ([#978](https://github.com/netlify/zip-it-and-ship-it/issues/978)) ([225f387](https://github.com/netlify/zip-it-and-ship-it/commit/225f3872de3f9f03b7469b63abccf64a5e0535a4))

### [5.7.2](https://github.com/netlify/zip-it-and-ship-it/compare/v5.7.1...v5.7.2) (2022-02-08)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/zip-it-and-ship-it",
"version": "5.7.2",
"version": "5.7.3",
"description": "Zip it and ship it",
"main": "./dist/main.js",
"bin": {
Expand Down

1 comment on commit 0a738b1

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⏱ Benchmark results

largeDepsEsbuild: 7.1s

largeDepsNft: 32s

largeDepsZisi: 57.2s

Please sign in to comment.