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.24.0 (#1601)
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] authored Oct 11, 2023
1 parent 9e3af6a commit 7eb97de
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ 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.24.0](https://github.com/netlify/zip-it-and-ship-it/compare/v9.23.1...v9.24.0) (2023-10-11)


### Features

* detect literal export as default as a v2 API ([#1600](https://github.com/netlify/zip-it-and-ship-it/issues/1600)) ([6b85304](https://github.com/netlify/zip-it-and-ship-it/commit/6b85304833228a7643e2284fb1929b13bec54904))


### Bug Fixes

* **deps:** update dependency @netlify/serverless-functions-api to ^1.8.1 ([#1605](https://github.com/netlify/zip-it-and-ship-it/issues/1605)) ([722a724](https://github.com/netlify/zip-it-and-ship-it/commit/722a724ccf8af8e6f265544ae747cadb19526edf))
* **deps:** update dependency @netlify/serverless-functions-api to ^1.9.0 ([#1606](https://github.com/netlify/zip-it-and-ship-it/issues/1606)) ([9e3af6a](https://github.com/netlify/zip-it-and-ship-it/commit/9e3af6a8aaee7e343d770b5ff3f5b854a5e92f59))
* **deps:** update dependency esbuild to v0.19.4 ([#1602](https://github.com/netlify/zip-it-and-ship-it/issues/1602)) ([cd48552](https://github.com/netlify/zip-it-and-ship-it/commit/cd48552ef96dca0cd1120ae8f85905ef860f0ae8))

## [9.23.1](https://github.com/netlify/zip-it-and-ship-it/compare/v9.23.0...v9.23.1) (2023-10-11)


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

1 comment on commit 7eb97de

@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.2s
  • largeDepsNft: 9.8s
  • largeDepsZisi: 19.4s

Please sign in to comment.