From 8405f5216974452c4e45ba2eee6865b62c88881c Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 13:04:32 +0000 Subject: [PATCH] chore(main): release 9.16.4 --- CHANGELOG.md | 8 ++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c507823c7d8..34d75c643b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ 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.4](https://github.com/netlify/cli/compare/v9.16.3...v9.16.4) (2022-04-08) + + +### Bug Fixes + +* **deps:** update dependency @netlify/plugins-list to ^6.19.0 ([#4516](https://github.com/netlify/cli/issues/4516)) ([84fa9f6](https://github.com/netlify/cli/commit/84fa9f67bcf9e147ec84c5030273b9fa5483a036)) +* **deps:** update dependency lambda-local to v2.0.2 ([#4443](https://github.com/netlify/cli/issues/4443)) ([1fd0c2c](https://github.com/netlify/cli/commit/1fd0c2c3ce51457e52c8ab4fe922b6c4404917f1)) + ### [9.16.3](https://github.com/netlify/cli/compare/v9.16.2...v9.16.3) (2022-04-04) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b15972ee284..8d8280d4044 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.16.3", + "version": "9.16.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.16.3", + "version": "9.16.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index be28f61de9d..996fcde2be9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.16.3", + "version": "9.16.4", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",