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.13.1 (#1150)
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 Jul 18, 2022
1 parent ca005ba commit eb1d3dd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ 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.13.1](https://github.com/netlify/zip-it-and-ship-it/compare/v5.13.0...v5.13.1) (2022-07-18)


### Bug Fixes

* add more error info on missing functions folders ([#1134](https://github.com/netlify/zip-it-and-ship-it/issues/1134)) ([b0048a4](https://github.com/netlify/zip-it-and-ship-it/commit/b0048a4734ecff35441c129e75dc42f1b380736e))
* annotate ISC errors and split into to separate errors ([#1146](https://github.com/netlify/zip-it-and-ship-it/issues/1146)) ([ca005ba](https://github.com/netlify/zip-it-and-ship-it/commit/ca005ba56bbfccdc73f209b221f1cdf5f39bbaef))

## [5.13.0](https://github.com/netlify/zip-it-and-ship-it/compare/v5.12.0...v5.13.0) (2022-07-13)


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.13.0",
"version": "5.13.1",
"description": "Zip it and ship it",
"main": "./dist/main.js",
"bin": {
Expand Down

1 comment on commit eb1d3dd

@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: 8.2s

largeDepsNft: 40.9s

largeDepsZisi: 57.1s

Please sign in to comment.