Skip to content

Commit

Permalink
chore(main): release 9.28.0 (#1677)
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 Dec 1, 2023
1 parent c7901aa commit bc7b0b8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,18 @@ 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.28.0](https://github.com/netlify/zip-it-and-ship-it/compare/v9.27.0...v9.28.0) (2023-12-01)


### Features

* support node 20 as a runtime ([#1675](https://github.com/netlify/zip-it-and-ship-it/issues/1675)) ([c7901aa](https://github.com/netlify/zip-it-and-ship-it/commit/c7901aa4aaa0e73c8bd78005df1cd3f1a2b53837))


### Bug Fixes

* drop runtimeVersion override for go functions ([#1676](https://github.com/netlify/zip-it-and-ship-it/issues/1676)) ([f146798](https://github.com/netlify/zip-it-and-ship-it/commit/f146798369d6bac68820a3ffa10d3e6ea4a1587a))

## [9.27.0](https://github.com/netlify/zip-it-and-ship-it/compare/v9.26.4...v9.27.0) (2023-11-29)


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
@@ -1,6 +1,6 @@
{
"name": "@netlify/zip-it-and-ship-it",
"version": "9.27.0",
"version": "9.28.0",
"description": "Zip it and ship it",
"main": "./dist/main.js",
"type": "module",
Expand Down

1 comment on commit bc7b0b8

@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.5s
  • largeDepsNft: 5.6s
  • largeDepsZisi: 10.5s

Please sign in to comment.