diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb6a8e7d5c..3c7f7296133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ 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.12.4](https://github.com/netlify/cli/compare/v9.12.3...v9.12.4) (2022-03-07) + + +### Bug Fixes + +* **deps:** update dependency algoliasearch to v4.12.2 ([#4428](https://github.com/netlify/cli/issues/4428)) ([71e1d8f](https://github.com/netlify/cli/commit/71e1d8fedf2cbec93c1e6ce4843f687cf62fefb0)) +* **deps:** update dependency raw-body to v2.5.1 ([#4429](https://github.com/netlify/cli/issues/4429)) ([8bcb8a5](https://github.com/netlify/cli/commit/8bcb8a5b44dda7236074114fce156a2b9e334379)) +* **deps:** update dependency stripe to v8.207.0 ([#4432](https://github.com/netlify/cli/issues/4432)) ([0b2220a](https://github.com/netlify/cli/commit/0b2220af3f5bff3a8b9bfdbf420fd85ba03cbfdb)) +* **deps:** update dependency typescript to v4.6.2 ([#4433](https://github.com/netlify/cli/issues/4433)) ([c6ace29](https://github.com/netlify/cli/commit/c6ace2904363990d918371b45d1e67a716717f9c)) + ### [9.12.3](https://github.com/netlify/cli/compare/v9.12.2...v9.12.3) (2022-03-03) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index cbdbd3c0b9d..9d8df37647b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.12.3", + "version": "9.12.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.12.3", + "version": "9.12.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 967f477423c..4cecb20b6de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.12.3", + "version": "9.12.4", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",