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.27.0 (#760)
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 25, 2021
1 parent 0ef6b37 commit bccee0d
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.27.0](https://www.github.com/netlify/zip-it-and-ship-it/compare/v4.26.1...v4.27.0) (2021-10-25)


### Features

* add `traceWithNft` feature flag ([#769](https://www.github.com/netlify/zip-it-and-ship-it/issues/769)) ([0ef6b37](https://www.github.com/netlify/zip-it-and-ship-it/commit/0ef6b37579cc2fe49b8a1f5e7ec3778a51c7b9a0))
* add ESM support when bundling with NFT ([#759](https://www.github.com/netlify/zip-it-and-ship-it/issues/759)) ([b63ff7e](https://www.github.com/netlify/zip-it-and-ship-it/commit/b63ff7e4d58cfd4c5edca8c9c2fe41f800eed970))
* resolve modules from `pluginsModulesPath` in NFT ([#762](https://www.github.com/netlify/zip-it-and-ship-it/issues/762)) ([e421576](https://www.github.com/netlify/zip-it-and-ship-it/commit/e4215762f6c73b6a30508aed89ee184b24b9d66b))

### [4.26.1](https://www.github.com/netlify/zip-it-and-ship-it/compare/v4.26.0...v4.26.1) (2021-10-20)


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.26.1",
"version": "4.27.0",
"description": "Zip it and ship it",
"main": "./dist/main.js",
"bin": {
Expand Down

1 comment on commit bccee0d

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

largeDepsNft: 1m 0.8s

largeDepsZisi: 1m 15.5s

Please sign in to comment.