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.13.0 (#1495)
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 Jul 10, 2023
1 parent 31ebc73 commit 0904aa5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ 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.13.0](https://github.com/netlify/zip-it-and-ship-it/compare/v9.12.2...v9.13.0) (2023-07-10)


### Features

* log to system-log if v2 function found ([#1499](https://github.com/netlify/zip-it-and-ship-it/issues/1499)) ([31ebc73](https://github.com/netlify/zip-it-and-ship-it/commit/31ebc73876feeceb60674ab81b9593c106a41c57))


### Bug Fixes

* **deps:** update dependency @babel/parser to v7.22.7 ([#1492](https://github.com/netlify/zip-it-and-ship-it/issues/1492)) ([2c84dc1](https://github.com/netlify/zip-it-and-ship-it/commit/2c84dc16cb50c5de80cd5b7d758c5560b3315cb3))
* **deps:** update dependency semver to v7.5.2 [security] ([#1494](https://github.com/netlify/zip-it-and-ship-it/issues/1494)) ([28cf4ba](https://github.com/netlify/zip-it-and-ship-it/commit/28cf4ba45c209f3c40d52ef1427df77f2dacfb15))
* **deps:** update dependency semver to v7.5.2 [security] ([#1498](https://github.com/netlify/zip-it-and-ship-it/issues/1498)) ([654f446](https://github.com/netlify/zip-it-and-ship-it/commit/654f4469a579d44f647bdabccc557484ba5dd9f4))

## [9.12.2](https://github.com/netlify/zip-it-and-ship-it/compare/v9.12.1...v9.12.2) (2023-07-07)


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

1 comment on commit 0904aa5

@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.7s
  • largeDepsNft: 8.5s
  • largeDepsZisi: 16.5s

Please sign in to comment.