diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ac44131104..697c1349d6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ 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.13.1](https://github.com/netlify/cli/compare/v9.13.0...v9.13.1) (2022-03-14) + + +### Bug Fixes + +* **deps:** update dependency axios to v0.26.1 ([#4447](https://github.com/netlify/cli/issues/4447)) ([c13af13](https://github.com/netlify/cli/commit/c13af13a2b9dd4402afc6c8ecdf5de1c907e595e)) +* **deps:** update dependency http-proxy-middleware to v2.0.4 ([#4448](https://github.com/netlify/cli/issues/4448)) ([a35b5b0](https://github.com/netlify/cli/commit/a35b5b0b434cce7d661dbf0939d35457676588fc)) +* **deps:** update dependency stripe to v8.209.0 ([#4450](https://github.com/netlify/cli/issues/4450)) ([92d2c74](https://github.com/netlify/cli/commit/92d2c7474efbfbc428eca4d1dd8549895bf718b2)) + ## [9.13.0](https://github.com/netlify/cli/compare/v9.12.5...v9.13.0) (2022-03-08) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 051f6438ed7..a743867d453 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.13.0", + "version": "9.13.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.13.0", + "version": "9.13.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 387a667ed6b..9eca2a7c34c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.13.0", + "version": "9.13.1", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",