Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
chore: release 4.25.0 (#738)
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 Oct 13, 2021
1 parent 8e09e87 commit 89d11ca
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).

## [4.25.0](https://www.github.com/netlify/zip-it-and-ship-it/compare/v4.24.0...v4.25.0) (2021-10-13)


### Features

* add `repositoryRoot` property ([#739](https://www.github.com/netlify/zip-it-and-ship-it/issues/739)) ([13a5ee7](https://www.github.com/netlify/zip-it-and-ship-it/commit/13a5ee7f3f4252726bc25a1d39d4b1ffe5a04b88))
* add NFT bundler ([#713](https://www.github.com/netlify/zip-it-and-ship-it/issues/713)) ([8e09e87](https://www.github.com/netlify/zip-it-and-ship-it/commit/8e09e87f7dc25247495df8c0c9a08a9e3b81fcf6))
* convert small ts files in node_dependencies to ts ([#710](https://www.github.com/netlify/zip-it-and-ship-it/issues/710)) ([1d31869](https://www.github.com/netlify/zip-it-and-ship-it/commit/1d31869a98bdb102ab57cd4ae4bf088ef344bef0))

## [4.24.0](https://www.github.com/netlify/zip-it-and-ship-it/compare/v4.23.6...v4.24.0) (2021-10-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": "4.24.0",
"version": "4.25.0",
"description": "Zip it and ship it",
"main": "./dist/main.js",
"bin": {
Expand Down

1 comment on commit 89d11ca

@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: 12.6s

largeDepsNft: 53.4s

largeDepsZisi: 1m 11.3s

Please sign in to comment.