Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

chore(main): release 9.10.0 #1471

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.10.0](https://github.com/netlify/zip-it-and-ship-it/compare/v9.9.1...v9.10.0) (2023-06-23)


### Features

* expose entryFilename ([#1472](https://github.com/netlify/zip-it-and-ship-it/issues/1472)) ([0477b3e](https://github.com/netlify/zip-it-and-ship-it/commit/0477b3e641f323ee1bb88ce4ada62d95448a6651))


### Bug Fixes

* **deps:** update dependency es-module-lexer to v1.3.0 ([#1470](https://github.com/netlify/zip-it-and-ship-it/issues/1470)) ([c079d56](https://github.com/netlify/zip-it-and-ship-it/commit/c079d56fe0a81a268920a84ec305e7b8a6631e91))
* **deps:** update dependency semver to v7.5.2 ([#1469](https://github.com/netlify/zip-it-and-ship-it/issues/1469)) ([b615fbb](https://github.com/netlify/zip-it-and-ship-it/commit/b615fbb180e838cd121b2cae6e81db2c81233e0b))

## [9.9.1](https://github.com/netlify/zip-it-and-ship-it/compare/v9.9.0...v9.9.1) (2023-06-13)


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