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 8.3.0 (#1302)
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 Jan 11, 2023
1 parent a894743 commit 977a39d
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).

## [8.3.0](https://github.com/netlify/zip-it-and-ship-it/compare/v8.2.0...v8.3.0) (2023-01-11)


### Features

* output cjs extension for bundles and entry-files ([#1190](https://github.com/netlify/zip-it-and-ship-it/issues/1190)) ([a894743](https://github.com/netlify/zip-it-and-ship-it/commit/a8947430cb27eced72c781e822cdd15c59876557))


### Bug Fixes

* cleanup resolved feature flags ([#1307](https://github.com/netlify/zip-it-and-ship-it/issues/1307)) ([d4327a3](https://github.com/netlify/zip-it-and-ship-it/commit/d4327a3e5accda8b23ac0db17c9c127c63a6edef))
* **deps:** update dependency minimatch to v5.1.2 ([#1300](https://github.com/netlify/zip-it-and-ship-it/issues/1300)) ([db6f663](https://github.com/netlify/zip-it-and-ship-it/commit/db6f663e08ceace5a483f3a48c099c2781433cc2))

## [8.2.0](https://github.com/netlify/zip-it-and-ship-it/compare/v8.1.0...v8.2.0) (2022-12-15)


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

1 comment on commit 977a39d

@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: 10.9s
  • largeDepsZisi: 20.7s

Please sign in to comment.