diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d0b2dbd129..f6726eab216 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.13.5](https://github.com/netlify/cli/compare/v9.13.4...v9.13.5) (2022-03-25) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^26.5.1 ([#4475](https://github.com/netlify/cli/issues/4475)) ([0f4f556](https://github.com/netlify/cli/commit/0f4f556a9bbe700bef74ecf4daea9e68b3e33d60)) +* **deps:** update dependency @netlify/config to ^17.0.19 ([#4476](https://github.com/netlify/cli/issues/4476)) ([a1aa28f](https://github.com/netlify/cli/commit/a1aa28f0102f7b3512291b75d385817d1bea88dc)) +* **deps:** update dependency netlify to ^11.0.1 ([#4473](https://github.com/netlify/cli/issues/4473)) ([ecfd4b9](https://github.com/netlify/cli/commit/ecfd4b99ce09d300d0d18a1cd80a0d59eb3da99d)) +* **deps:** update dependency stripe to v8.211.0 ([#4467](https://github.com/netlify/cli/issues/4467)) ([c89e191](https://github.com/netlify/cli/commit/c89e19179baf091d21f22c4ff0da1f19f9ac171c)) + ### [9.13.4](https://github.com/netlify/cli/compare/v9.13.3...v9.13.4) (2022-03-23) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2ca64d07d6e..bc82e07e7f3 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.13.4", + "version": "9.13.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.13.4", + "version": "9.13.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a0390412381..dcd7d67deff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.13.4", + "version": "9.13.5", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",