diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e5704b90e1..55d68fd740f 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.12.3](https://www.github.com/netlify/cli/compare/v6.12.2...v6.12.3) (2021-10-12) + + +### Bug Fixes + +* **deps:** update netlify build packages ([#3461](https://www.github.com/netlify/cli/issues/3461)) ([82bd008](https://www.github.com/netlify/cli/commit/82bd0089ef002dde469aecdd2760e5a50acc2bf0)) + ### [6.12.2](https://www.github.com/netlify/cli/compare/v6.12.1...v6.12.2) (2021-10-12) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index dcf86c64ac6..89553d4a156 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.12.2", + "version": "6.12.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.12.2", + "version": "6.12.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 22ed7f8c175..7400647ad8e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.12.2", + "version": "6.12.3", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",