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

chore(main): release 7.0.0 #1188

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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ 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).

## [7.0.0](https://github.com/netlify/zip-it-and-ship-it/compare/v6.0.0...v7.0.0) (2022-09-05)


### ⚠ BREAKING CHANGES

* output pure ESM for `.mjs` files (#1198)

### Features

* output pure ESM for `.mjs` files ([#1198](https://github.com/netlify/zip-it-and-ship-it/issues/1198)) ([950b624](https://github.com/netlify/zip-it-and-ship-it/commit/950b624855dc42359a30d989367e6f10a703b439))
* support tsx, mts, cts and cjs for functions ([#1182](https://github.com/netlify/zip-it-and-ship-it/issues/1182)) ([5e82e17](https://github.com/netlify/zip-it-and-ship-it/commit/5e82e17fc35de24c49d34a3f547f2410f6b96650))


### Bug Fixes

* **deps:** update dependency @vercel/nft to ^0.22.0 ([#1193](https://github.com/netlify/zip-it-and-ship-it/issues/1193)) ([75f5d1e](https://github.com/netlify/zip-it-and-ship-it/commit/75f5d1ea65006cc1fe963c181719d0e98a5d0605))

## [6.0.0](https://github.com/netlify/zip-it-and-ship-it/compare/v5.13.5...v6.0.0) (2022-08-17)


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": "6.0.0",
"version": "7.0.0",
"description": "Zip it and ship it",
"main": "./dist/main.js",
"bin": {
Expand Down