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.8.0 (#1451)
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 Jun 5, 2023
1 parent 2a674c3 commit 2c98796
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).

## [9.8.0](https://github.com/netlify/zip-it-and-ship-it/compare/v9.7.0...v9.8.0) (2023-06-05)


### Features

* remove system log for all functions ([#1452](https://github.com/netlify/zip-it-and-ship-it/issues/1452)) ([4b53ea3](https://github.com/netlify/zip-it-and-ship-it/commit/4b53ea366e6c2ec67c027811e975240706c39254))


### Bug Fixes

* **deps:** update babel monorepo to v7.22.4 ([#1449](https://github.com/netlify/zip-it-and-ship-it/issues/1449)) ([f303673](https://github.com/netlify/zip-it-and-ship-it/commit/f303673960445285a9f52d5f0127fa5c9066b21c))
* update minimum version of semver to be ESM compatible ([#1453](https://github.com/netlify/zip-it-and-ship-it/issues/1453)) ([2a674c3](https://github.com/netlify/zip-it-and-ship-it/commit/2a674c3924eb1c1091248e12fb318434ef0e2386))

## [9.7.0](https://github.com/netlify/zip-it-and-ship-it/compare/v9.6.0...v9.7.0) (2023-06-01)


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

1 comment on commit 2c98796

@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.9s
  • largeDepsNft: 10.6s
  • largeDepsZisi: 20.5s

Please sign in to comment.