From 044b276a3d077fb68ef4c812e30f9e3eea1abd2d Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 03:34:48 +0000 Subject: [PATCH] chore(main): release 9.16.7 --- CHANGELOG.md | 12 ++++++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c07cd8832c..0691b21fa16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +### [9.16.7](https://github.com/netlify/cli/compare/v9.16.6...v9.16.7) (2022-04-18) + + +### Bug Fixes + +* **deps:** update dependency @types/node to v14.18.13 ([#4537](https://github.com/netlify/cli/issues/4537)) ([4ad0b45](https://github.com/netlify/cli/commit/4ad0b4502e0002a3b6e5438efa668cfc834c4573)) +* **deps:** update dependency commander to v9.2.0 ([#4541](https://github.com/netlify/cli/issues/4541)) ([02c8c8a](https://github.com/netlify/cli/commit/02c8c8ade49092ce251a6f51ff64b395a3b9f000)) +* **deps:** update dependency https-proxy-agent to v5.0.1 ([#4538](https://github.com/netlify/cli/issues/4538)) ([c285dbc](https://github.com/netlify/cli/commit/c285dbcce008dd160e8978917fdd380ca059e4ff)) +* **deps:** update dependency semver to v7.3.7 ([#4539](https://github.com/netlify/cli/issues/4539)) ([15d351e](https://github.com/netlify/cli/commit/15d351e8b40478212d0fc8b96ab1b36a83589b7b)) +* **deps:** update dependency stripe to v8.217.0 ([#4543](https://github.com/netlify/cli/issues/4543)) ([647ad4d](https://github.com/netlify/cli/commit/647ad4d8e57b5dd7696379585a574c8c09743fa6)) +* **deps:** update module github.com/aws/aws-lambda-go to v1.30.0 ([#4544](https://github.com/netlify/cli/issues/4544)) ([d8bc64e](https://github.com/netlify/cli/commit/d8bc64e6f77f84dad32fbc52f0a762d079e392c1)) + ### [9.16.6](https://github.com/netlify/cli/compare/v9.16.5...v9.16.6) (2022-04-11) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7231cf5e886..4fbdf03b40d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.16.6", + "version": "9.16.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.16.6", + "version": "9.16.7", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index bb62035f714..e7dc541f6e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.16.6", + "version": "9.16.7", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",