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.14.0 (#1513)
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 Aug 3, 2023
1 parent 7d2dad5 commit 6d2e9dc
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.14.0](https://github.com/netlify/zip-it-and-ship-it/compare/v9.13.1...v9.14.0) (2023-08-03)


### Features

* add support for TypeScript to NFT ([#1515](https://github.com/netlify/zip-it-and-ship-it/issues/1515)) ([9d3cc9a](https://github.com/netlify/zip-it-and-ship-it/commit/9d3cc9aa79b48af2f0950101065bd4a9bdbe82a3))
* extend `package.json` logic to `archiveFormat: "none"` ([#1516](https://github.com/netlify/zip-it-and-ship-it/issues/1516)) ([7d2dad5](https://github.com/netlify/zip-it-and-ship-it/commit/7d2dad5372311ff2eed0f0e8d25e51de5b0bd7d3))


### Bug Fixes

* **deps:** update dependency semver to v7.5.4 ([#1512](https://github.com/netlify/zip-it-and-ship-it/issues/1512)) ([f345c7c](https://github.com/netlify/zip-it-and-ship-it/commit/f345c7c15856d9fc44c53562a3f6515c13578aaf))
* output mjs and ts v2 functions with mjs extension ([#1505](https://github.com/netlify/zip-it-and-ship-it/issues/1505)) ([4bc75ba](https://github.com/netlify/zip-it-and-ship-it/commit/4bc75bab4a6c9e2f72c6a5ee17401e6048a4dd61))

## [9.13.1](https://github.com/netlify/zip-it-and-ship-it/compare/v9.13.0...v9.13.1) (2023-07-17)


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

1 comment on commit 6d2e9dc

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

Please sign in to comment.