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.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
token-generator-app[bot] authored Oct 2, 2023
1 parent 028da38 commit e78be77
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.19.0](https://github.com/netlify/zip-it-and-ship-it/compare/v9.18.1...v9.19.0) (2023-10-02)


### Features

* add runtime API version property ([#1575](https://github.com/netlify/zip-it-and-ship-it/issues/1575)) ([8d205ca](https://github.com/netlify/zip-it-and-ship-it/commit/8d205cac41e94785f037d2885d0d9257e7ecd4d4))


### Bug Fixes

* dont duplicate zip files ([#1577](https://github.com/netlify/zip-it-and-ship-it/issues/1577)) ([0658e28](https://github.com/netlify/zip-it-and-ship-it/commit/0658e287efca9574ab585df4a96d744834935c41))
* infer TS module format from `package.json` ([#1580](https://github.com/netlify/zip-it-and-ship-it/issues/1580)) ([028da38](https://github.com/netlify/zip-it-and-ship-it/commit/028da3871932b3775006e6b637f6d81f98cfd905))

## [9.18.1](https://github.com/netlify/zip-it-and-ship-it/compare/v9.18.0...v9.18.1) (2023-09-11)


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

0 comments on commit e78be77

Please sign in to comment.