diff --git a/CHANGELOG.md b/CHANGELOG.md index b264d89288f..62d91e08206 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.14.3](https://www.github.com/netlify/cli/compare/v6.14.2...v6.14.3) (2021-10-25) + + +### Bug Fixes + +* **deps:** update netlify build packages ([#3511](https://www.github.com/netlify/cli/issues/3511)) ([6e289ed](https://www.github.com/netlify/cli/commit/6e289ed829775d137ded25e1afdbe96bfd3b59b0)) + ### [6.14.2](https://www.github.com/netlify/cli/compare/v6.14.1...v6.14.2) (2021-10-25) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d5dd48a4654..fa005e62fab 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.14.2", + "version": "6.14.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.14.2", + "version": "6.14.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2ddce4f0928..216001c372f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.14.2", + "version": "6.14.3", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",