From 29dfcd39c7225fdd06b13e8ea938a1ca7261b4d5 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 01:01:33 +0000 Subject: [PATCH] chore(main): release 10.5.2 --- 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 791505b4946..b25269c3259 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). +## [10.5.2](https://github.com/netlify/cli/compare/v10.5.1...v10.5.2) (2022-06-13) + + +### Bug Fixes + +* **deps:** update dependency @types/node to v14.18.21 ([#4690](https://github.com/netlify/cli/issues/4690)) ([7c09e54](https://github.com/netlify/cli/commit/7c09e541e8ca009951c121ac0eb2939e03b3a1d7)) +* **deps:** update rust crate http to 0.2.8 ([#4692](https://github.com/netlify/cli/issues/4692)) ([00c91a6](https://github.com/netlify/cli/commit/00c91a6f23f820a33f4bc0f658e5a1b3d349fc6f)) +* **deps:** update rust crate tokio to 1.19.2 ([#4693](https://github.com/netlify/cli/issues/4693)) ([d7dc9d6](https://github.com/netlify/cli/commit/d7dc9d6931ab7d9701a68465ebc27cc6bdb2f041)) + ## [10.5.1](https://github.com/netlify/cli/compare/v10.5.0...v10.5.1) (2022-06-10) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 5fc87ebb141..74a68ddd58b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "10.5.1", + "version": "10.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "10.5.1", + "version": "10.5.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a3a6714041d..f2c224ed3d2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "10.5.1", + "version": "10.5.2", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",