diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f490dffcc6..b264d89288f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ 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 @types/node to v14.17.29 ([#3525](https://www.github.com/netlify/cli/issues/3525)) ([d06782d](https://www.github.com/netlify/cli/commit/d06782dc16a0b92179cdef085ec22e9092487159)) +* **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)) +* **deps:** update rust crate http to 0.2.5 ([#3527](https://www.github.com/netlify/cli/issues/3527)) ([5bb7341](https://www.github.com/netlify/cli/commit/5bb7341120e38e3b36b12a594df5882223ee59c3)) + ### [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 b051a8cb50a..434b5fe0bef 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)",