diff --git a/CHANGELOG.md b/CHANGELOG.md index 378a8da8574..9bc31750d4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +### [6.9.20](https://www.github.com/netlify/cli/compare/v6.9.19...v6.9.20) (2021-09-27) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^18.13.2 ([#3410](https://www.github.com/netlify/cli/issues/3410)) ([7b588e9](https://www.github.com/netlify/cli/commit/7b588e9c0864b0ba927333fa84b01e8865b24372)) + ### [6.9.19](https://www.github.com/netlify/cli/compare/v6.9.18...v6.9.19) (2021-09-27) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 48a3142989d..b111c1d5a38 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.9.19", + "version": "6.9.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.9.19", + "version": "6.9.20", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a744055b5df..b86c454326c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.9.19", + "version": "6.9.20", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",