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.19.0 (#1576)
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>
Co-authored-by: Eduardo Bouças <[email protected]>
  • Loading branch information
token-generator-app[bot] and eduardoboucas authored Oct 2, 2023
1 parent 60d1ecb commit 4778ed7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ 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.19.0](https://github.com/netlify/zip-it-and-ship-it/compare/v9.18.1...v9.19.0) (2023-10-02)


### Features

* add runtime API version property ([#1575](https://github.com/netlify/zip-it-and-ship-it/issues/1575)) ([8d205ca](https://github.com/netlify/zip-it-and-ship-it/commit/8d205cac41e94785f037d2885d0d9257e7ecd4d4))


### Bug Fixes

* dont duplicate zip files ([#1577](https://github.com/netlify/zip-it-and-ship-it/issues/1577)) ([0658e28](https://github.com/netlify/zip-it-and-ship-it/commit/0658e287efca9574ab585df4a96d744834935c41))
* infer TS module format from `package.json` ([#1580](https://github.com/netlify/zip-it-and-ship-it/issues/1580)) ([028da38](https://github.com/netlify/zip-it-and-ship-it/commit/028da3871932b3775006e6b637f6d81f98cfd905))

## [9.18.1](https://github.com/netlify/zip-it-and-ship-it/compare/v9.18.0...v9.18.1) (2023-09-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.18.1",
"version": "9.19.0",
"description": "Zip it and ship it",
"main": "./dist/main.js",
"type": "module",
Expand Down

1 comment on commit 4778ed7

@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.8s
  • largeDepsNft: 8.3s
  • largeDepsZisi: 16.1s

Please sign in to comment.