diff --git a/CHANGELOG.md b/CHANGELOG.md index 472156260e0..6e59c2224be 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.10.1](https://www.github.com/netlify/cli/compare/v6.10.0...v6.10.1) (2021-10-05) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^18.13.8 ([#3452](https://www.github.com/netlify/cli/issues/3452)) ([4da0c6c](https://www.github.com/netlify/cli/commit/4da0c6cad89515a02021116038c275a191941338)) + ## [6.10.0](https://www.github.com/netlify/cli/compare/v6.9.30...v6.10.0) (2021-10-05) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a32bde6102d..22abb5d71db 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.10.0", + "version": "6.10.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.10.0", + "version": "6.10.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ebdddfb6ec8..9798c65faf3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.10.0", + "version": "6.10.1", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",