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.9.1 (#1042)
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 Apr 21, 2022
1 parent 1ffe7c1 commit b4a14d8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ 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.9.1](https://github.com/netlify/zip-it-and-ship-it/compare/v5.9.0...v5.9.1) (2022-04-21)


### Bug Fixes

* adapt to new node:test module in node 18 ([#1069](https://github.com/netlify/zip-it-and-ship-it/issues/1069)) ([1ffe7c1](https://github.com/netlify/zip-it-and-ship-it/commit/1ffe7c183cd1f7e155038bf245bc5b253ef7854e))
* **deps:** update dependency @netlify/esbuild to v0.14.23 ([#1041](https://github.com/netlify/zip-it-and-ship-it/issues/1041)) ([e952932](https://github.com/netlify/zip-it-and-ship-it/commit/e952932bf1389da515094b2b1a4bc232479b2768))
* **deps:** update dependency @vercel/nft to ^0.18.0 ([#1056](https://github.com/netlify/zip-it-and-ship-it/issues/1056)) ([d9a45d8](https://github.com/netlify/zip-it-and-ship-it/commit/d9a45d82a4563449165dc68ea1ba66a102055d69))
* **deps:** update dependency es-module-lexer to ^0.10.0 ([#1044](https://github.com/netlify/zip-it-and-ship-it/issues/1044)) ([396b9ab](https://github.com/netlify/zip-it-and-ship-it/commit/396b9ab0d2e4e773d4f6444443d425ed17f81f6f))
* **deps:** update dependency es-module-lexer to v0.10.4 ([#1055](https://github.com/netlify/zip-it-and-ship-it/issues/1055)) ([e666dc1](https://github.com/netlify/zip-it-and-ship-it/commit/e666dc174b88f1e507f40a38c459b5f87c4a32e0))
* **deps:** update dependency es-module-lexer to v0.10.5 ([#1065](https://github.com/netlify/zip-it-and-ship-it/issues/1065)) ([b510094](https://github.com/netlify/zip-it-and-ship-it/commit/b510094205b12bcb8935cdf2576d1401ca05ded9))
* **deps:** update dependency semver to v7.3.6 ([#1066](https://github.com/netlify/zip-it-and-ship-it/issues/1066)) ([400cf3c](https://github.com/netlify/zip-it-and-ship-it/commit/400cf3c92d34024724bad3a266bd08d55d15623a))

## [5.9.0](https://github.com/netlify/zip-it-and-ship-it/compare/v5.8.0...v5.9.0) (2022-02-24)


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

1 comment on commit b4a14d8

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

largeDepsNft: 30.1s

largeDepsZisi: 1m 1.9s

Please sign in to comment.