diff --git a/CHANGELOG.md b/CHANGELOG.md index 62d91e08206..008350f7f91 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.4](https://www.github.com/netlify/cli/compare/v6.14.3...v6.14.4) (2021-10-25) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^18.17.7 ([#3534](https://www.github.com/netlify/cli/issues/3534)) ([cab46be](https://www.github.com/netlify/cli/commit/cab46be3357cb307453e0404a995768da25012df)) + ### [6.14.3](https://www.github.com/netlify/cli/compare/v6.14.2...v6.14.3) (2021-10-25) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 386a989b8f1..83327954fcb 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.14.3", + "version": "6.14.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.14.3", + "version": "6.14.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index de232bfcf41..ee0c000b7e8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.14.3", + "version": "6.14.4", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",