diff --git a/CHANGELOG.md b/CHANGELOG.md index cb1127168f3..a2a628134e8 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). +### [9.6.8](https://github.com/netlify/cli/compare/v9.6.7...v9.6.8) (2022-02-21) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^26.3.4 ([#4341](https://github.com/netlify/cli/issues/4341)) ([fc1684c](https://github.com/netlify/cli/commit/fc1684cf40d81b9985021974d27afb6e1f133c92)) + ### [9.6.7](https://github.com/netlify/cli/compare/v9.6.6...v9.6.7) (2022-02-21) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b0343f628b4..b458462dab2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.6.7", + "version": "9.6.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.6.7", + "version": "9.6.8", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 512f6441889..5651da05505 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.6.7", + "version": "9.6.8", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",