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.32.2 (#1740)
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 May 7, 2024
1 parent 7b03070 commit ceefcf8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ 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.32.2](https://github.com/netlify/zip-it-and-ship-it/compare/v9.32.1...v9.32.2) (2024-05-07)


### Bug Fixes

* add `name` and `generator` support to ISC ([#1732](https://github.com/netlify/zip-it-and-ship-it/issues/1732)) ([7b03070](https://github.com/netlify/zip-it-and-ship-it/commit/7b03070ffd6a0c341c616091962582340262f715))
* **deps:** update babel monorepo to v7.24.5 ([#1734](https://github.com/netlify/zip-it-and-ship-it/issues/1734)) ([f5a4d27](https://github.com/netlify/zip-it-and-ship-it/commit/f5a4d27fb6abf42973e725f76f8b75e811588b8b))
* **deps:** update dependency @netlify/serverless-functions-api to ^1.18.1 ([#1733](https://github.com/netlify/zip-it-and-ship-it/issues/1733)) ([c5f1222](https://github.com/netlify/zip-it-and-ship-it/commit/c5f1222daed0cbcbece97710c6606bd7a2ac0480))
* **deps:** update dependency archiver to v7 ([#1736](https://github.com/netlify/zip-it-and-ship-it/issues/1736)) ([01f1c33](https://github.com/netlify/zip-it-and-ship-it/commit/01f1c33e63d5265d3f01d242fbf08f86e4aad83b))

## [9.32.1](https://github.com/netlify/zip-it-and-ship-it/compare/v9.32.0...v9.32.1) (2024-04-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": "9.32.1",
"version": "9.32.2",
"description": "Zip it and ship it",
"main": "./dist/main.js",
"type": "module",
Expand Down

1 comment on commit ceefcf8

@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: 1.3s
  • largeDepsNft: 5s
  • largeDepsZisi: 9.5s

Please sign in to comment.