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 9.17.0 (#1535)
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 Aug 28, 2023
1 parent fca555f commit 8277445
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ 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).

## [9.17.0](https://github.com/netlify/zip-it-and-ship-it/compare/v9.16.0...v9.17.0) (2023-08-28)


### Features

* parse `method` ISC field ([#1539](https://github.com/netlify/zip-it-and-ship-it/issues/1539)) ([836b6d5](https://github.com/netlify/zip-it-and-ship-it/commit/836b6d57fa70c816c2eddb8e52edda40f8ec82a2))
* use upstream esbuild instead of Netlify Fork ([#1532](https://github.com/netlify/zip-it-and-ship-it/issues/1532)) ([fca555f](https://github.com/netlify/zip-it-and-ship-it/commit/fca555f9289b90bdfded773b90224fb0ddae5d41))


### Bug Fixes

* **deps:** update babel monorepo to v7.22.11 ([#1544](https://github.com/netlify/zip-it-and-ship-it/issues/1544)) ([4d7c87a](https://github.com/netlify/zip-it-and-ship-it/commit/4d7c87a73702debbbf469b20f5686a0148235f02))
* **deps:** update dependency @netlify/serverless-functions-api to ^1.7.2 ([#1538](https://github.com/netlify/zip-it-and-ship-it/issues/1538)) ([bcb9a57](https://github.com/netlify/zip-it-and-ship-it/commit/bcb9a574dc9476fdfc1d7c5efc925b72bf69bab9))
* **deps:** update dependency @netlify/serverless-functions-api to ^1.7.3 ([#1540](https://github.com/netlify/zip-it-and-ship-it/issues/1540)) ([5f1e22c](https://github.com/netlify/zip-it-and-ship-it/commit/5f1e22ca707ca1847dcd33fbe8b781244b6b665e))
* **deps:** update dependency @vercel/nft to v0.23.1 ([#1534](https://github.com/netlify/zip-it-and-ship-it/issues/1534)) ([52b6b28](https://github.com/netlify/zip-it-and-ship-it/commit/52b6b2809ff5d53f0d63569e42d9f40192681201))
* **deps:** update dependency archiver to v5.3.2 ([#1536](https://github.com/netlify/zip-it-and-ship-it/issues/1536)) ([ba3587d](https://github.com/netlify/zip-it-and-ship-it/commit/ba3587d5e5a56fe9b5ec4f566ed154e3c4c90318))
* write `methods` into manifest.json ([#1541](https://github.com/netlify/zip-it-and-ship-it/issues/1541)) ([1493824](https://github.com/netlify/zip-it-and-ship-it/commit/1493824dc7bda7ebe71a3600d9ed5d01a91aea75))

## [9.16.0](https://github.com/netlify/zip-it-and-ship-it/compare/v9.15.1...v9.16.0) (2023-08-17)


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": "9.16.0",
"version": "9.17.0",
"description": "Zip it and ship it",
"main": "./dist/main.js",
"type": "module",
Expand Down

1 comment on commit 8277445

@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: 3.4s
  • largeDepsNft: 11.1s
  • largeDepsZisi: 21s

Please sign in to comment.