diff --git a/CHANGELOG.md b/CHANGELOG.md index bac4ecc5c05..4679a34d3eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +### [9.4.3](https://github.com/netlify/cli/compare/v9.4.2...v9.4.3) (2022-02-14) + + +### Bug Fixes + +* **deps:** update dependency @netlify/zip-it-and-ship-it to ^5.7.5 ([#4290](https://github.com/netlify/cli/issues/4290)) ([f5bd8f2](https://github.com/netlify/cli/commit/f5bd8f2fc56a87a453d891fbd7602f2fbfdf5d93)) +* **deps:** update dependency netlify-headers-parser to ^6.0.2 ([#4291](https://github.com/netlify/cli/issues/4291)) ([96446a9](https://github.com/netlify/cli/commit/96446a93e7ee51741f4211e7f7cae1f3cf047c8a)) + ### [9.4.2](https://github.com/netlify/cli/compare/v9.4.1...v9.4.2) (2022-02-14) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 09060463093..80236c86d11 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.4.2", + "version": "9.4.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.4.2", + "version": "9.4.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a55776a046a..070d86a6e31 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.4.2", + "version": "9.4.3", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",