From 97355407e3a6565dfb8cfc47534de6f5100315f6 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Wed, 16 Feb 2022 14:42:53 +0200 Subject: [PATCH] chore(main): release 9.6.3 (#4313) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- 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 b3489ab0f8c..277c05ede42 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.6.3](https://github.com/netlify/cli/compare/v9.6.2...v9.6.3) (2022-02-16) + + +### Bug Fixes + +* **deps:** update dependency @netlify/functions to v1 ([#4305](https://github.com/netlify/cli/issues/4305)) ([78ca40b](https://github.com/netlify/cli/commit/78ca40bb8978eb8191abb38b7339905a66d6dd68)) +* **deps:** update dependency @netlify/zip-it-and-ship-it to ^5.8.0 ([#4310](https://github.com/netlify/cli/issues/4310)) ([7036285](https://github.com/netlify/cli/commit/7036285d9dad8f279963105541343489031cb8ef)) + ### [9.6.2](https://github.com/netlify/cli/compare/v9.6.1...v9.6.2) (2022-02-15) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f025ab1b637..2477ff2336e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.6.2", + "version": "9.6.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.6.2", + "version": "9.6.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index de5b2f30d5a..48e30235ebe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.6.2", + "version": "9.6.3", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",