diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f490dffcc6..57a6aa6541f 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.2](https://www.github.com/netlify/cli/compare/v6.14.1...v6.14.2) (2021-10-25) + + +### Bug Fixes + +* **deps:** update dependency typescript to v4.4.4 ([#3526](https://www.github.com/netlify/cli/issues/3526)) ([cfd5736](https://www.github.com/netlify/cli/commit/cfd573680dfae353264a260e7ba1ab00699a1690)) + ### [6.14.1](https://www.github.com/netlify/cli/compare/v6.14.0...v6.14.1) (2021-10-22) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 4ae483c1da7..7e83e7cdad6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.14.1", + "version": "6.14.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.14.1", + "version": "6.14.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ae151ba1ec3..ac8c3763b68 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.14.1", + "version": "6.14.2", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",