From 9165fe3e69b69dab015fdd930feed8ebec89181a Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Fri, 5 Nov 2021 09:32:49 +0000 Subject: [PATCH] chore: release 6.14.16 (#3591) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3f5506fda8..c538d06fd5f 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.16](https://www.github.com/netlify/cli/compare/v6.14.15...v6.14.16) (2021-11-04) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^18.21.4 ([#3589](https://www.github.com/netlify/cli/issues/3589)) ([399c129](https://www.github.com/netlify/cli/commit/399c129361a6d8e6d2c03a2fc255b6541c209f4f)) +* **deps:** update dependency @netlify/zip-it-and-ship-it to v4.29.0 ([#3590](https://www.github.com/netlify/cli/issues/3590)) ([526db81](https://www.github.com/netlify/cli/commit/526db81da29a82aa3f07f05aa21c6a367c83cf14)) +* **deps:** update rust crate tokio to 1.13.0 ([#3552](https://www.github.com/netlify/cli/issues/3552)) ([0f373c9](https://www.github.com/netlify/cli/commit/0f373c9793e83710eecf5e38bd2b9f020f3eab26)) + ### [6.14.15](https://www.github.com/netlify/cli/compare/v6.14.14...v6.14.15) (2021-11-04) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b4d74bd490a..5e68fb48af4 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.14.15", + "version": "6.14.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.14.15", + "version": "6.14.16", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 781eb377082..8f6c491fa16 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.14.15", + "version": "6.14.16", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",