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.3.1 (#1417)
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 May 8, 2023
1 parent bad6f56 commit fd08f96
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ 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.3.1](https://github.com/netlify/zip-it-and-ship-it/compare/v9.3.0...v9.3.1) (2023-05-08)


### Bug Fixes

* **deps:** update dependency precinct to v11 ([#1415](https://github.com/netlify/zip-it-and-ship-it/issues/1415)) ([b5d9751](https://github.com/netlify/zip-it-and-ship-it/commit/b5d9751f09183d7ad7d8b912cbff19faf1a45ad3))
* **deps:** update dependency precinct to v11.0.2 ([#1419](https://github.com/netlify/zip-it-and-ship-it/issues/1419)) ([bad6f56](https://github.com/netlify/zip-it-and-ship-it/commit/bad6f567e74da12428a3dfa3b434958facf33013))
* do not transpile ESM for v2 functions ([#1418](https://github.com/netlify/zip-it-and-ship-it/issues/1418)) ([4ae871e](https://github.com/netlify/zip-it-and-ship-it/commit/4ae871e04f71de6461bc53e288d098904cb80249))

## [9.3.0](https://github.com/netlify/zip-it-and-ship-it/compare/v9.2.1...v9.3.0) (2023-05-04)


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

1 comment on commit fd08f96

@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: 2.2s
  • largeDepsNft: 7.9s
  • largeDepsZisi: 15.1s

Please sign in to comment.