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.23.0 (#667)
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] authored Sep 23, 2021
1 parent 5bf51d0 commit f756b03
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ 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.23.0](https://www.github.com/netlify/zip-it-and-ship-it/compare/v4.22.0...v4.23.0) (2021-09-20)


### Features

* replace acorn with @babel/parser ([#663](https://www.github.com/netlify/zip-it-and-ship-it/issues/663)) ([c28eaaf](https://www.github.com/netlify/zip-it-and-ship-it/commit/c28eaafe7288d95822cffd2dd6d71c11ba420740))
* replace precinct with esbuild ([#659](https://www.github.com/netlify/zip-it-and-ship-it/issues/659)) ([5bf51d0](https://www.github.com/netlify/zip-it-and-ship-it/commit/5bf51d0b4938dcff42f5acefe309a67e9651d89b))

## [4.22.0](https://www.github.com/netlify/zip-it-and-ship-it/compare/v4.21.1...v4.22.0) (2021-09-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.22.0",
"version": "4.23.0",
"description": "Zip it and ship it",
"main": "./src/main.js",
"bin": {
Expand Down

1 comment on commit f756b03

@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

largeDepsZisi: 1m 7.3s

Please sign in to comment.