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

Commit 4778ed7

Browse files
chore(main): release 9.19.0 (#1576)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: Eduardo Bouças <mail@eduardoboucas.com>
1 parent 60d1ecb commit 4778ed7

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [9.19.0](https://github.com/netlify/zip-it-and-ship-it/compare/v9.18.1...v9.19.0) (2023-10-02)
11+
12+
13+
### Features
14+
15+
* 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))
16+
17+
18+
### Bug Fixes
19+
20+
* 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))
21+
* 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))
22+
1023
## [9.18.1](https://github.com/netlify/zip-it-and-ship-it/compare/v9.18.0...v9.18.1) (2023-09-11)
1124

1225

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/zip-it-and-ship-it",
3-
"version": "9.18.1",
3+
"version": "9.19.0",
44
"description": "Zip it and ship it",
55
"main": "./dist/main.js",
66
"type": "module",

0 commit comments

Comments
 (0)