diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c864c3bdc9..6540ae9b239 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.24](https://www.github.com/netlify/cli/compare/v6.9.23...v6.9.24) (2021-09-27) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^18.13.4 ([#3420](https://www.github.com/netlify/cli/issues/3420)) ([04c9da4](https://www.github.com/netlify/cli/commit/04c9da4fa5a48f703040eb8dcb586813c37fc78f)) + ### [6.9.23](https://www.github.com/netlify/cli/compare/v6.9.22...v6.9.23) (2021-09-27) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 05bb2afdfa3..313725408ac 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.9.23", + "version": "6.9.24", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.9.23", + "version": "6.9.24", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d120183c58e..73c00ea6bcf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.9.23", + "version": "6.9.24", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",