diff --git a/CHANGELOG.md b/CHANGELOG.md index 92df777c1..064c0e164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ 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.24.2](https://github.com/netlify/zip-it-and-ship-it/compare/v9.24.1...v9.24.2) (2023-10-11) + + +### Bug Fixes + +* make babel/types direct dependency ([#1610](https://github.com/netlify/zip-it-and-ship-it/issues/1610)) ([fffff21](https://github.com/netlify/zip-it-and-ship-it/commit/fffff2193787ccc260c2e8eff83128d10e788139)) +* output `provided.al2` also when zipGo is disabled ([#1609](https://github.com/netlify/zip-it-and-ship-it/issues/1609)) ([d1a18f1](https://github.com/netlify/zip-it-and-ship-it/commit/d1a18f186f465878ccc479873e0ed44feb66471a)) + ## [9.24.1](https://github.com/netlify/zip-it-and-ship-it/compare/v9.24.0...v9.24.1) (2023-10-11) diff --git a/package-lock.json b/package-lock.json index b0abf567d..df2aa0532 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/zip-it-and-ship-it", - "version": "9.24.1", + "version": "9.24.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/zip-it-and-ship-it", - "version": "9.24.1", + "version": "9.24.2", "license": "MIT", "dependencies": { "@babel/parser": "^7.22.5", diff --git a/package.json b/package.json index f2022b951..488de6bc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/zip-it-and-ship-it", - "version": "9.24.1", + "version": "9.24.2", "description": "Zip it and ship it", "main": "./dist/main.js", "type": "module",