From 7d654095d6ddc4f739e9f5fdecc3d00e1c0404ac Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 14:28:35 +0000 Subject: [PATCH] chore(main): release 9.11.0 (#4408) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- 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 c81e4402aa9..7f0b6569d2c 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.11.0](https://github.com/netlify/cli/compare/v9.10.0...v9.11.0) (2022-03-02) + + +### Features + +* **sites-create-template:** add repo shorthand support ([#4382](https://github.com/netlify/cli/issues/4382)) ([4e74045](https://github.com/netlify/cli/commit/4e7404537ed3c85c3beaf4ee6c9e4dfd9056f2f0)) + + +### Bug Fixes + +* **functions:** stop providing clientContext to background functions ([#4395](https://github.com/netlify/cli/issues/4395)) ([e14feb2](https://github.com/netlify/cli/commit/e14feb2d2aeb7632836217246f7b87bc3377c911)) + ## [9.10.0](https://github.com/netlify/cli/compare/v9.9.3...v9.10.0) (2022-03-01) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3a6ca423dbb..2c17e1f1bc0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "9.10.0", + "version": "9.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "9.10.0", + "version": "9.11.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c2eaf7e2d8e..221273e9112 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "9.10.0", + "version": "9.11.0", "author": "Netlify Inc.", "contributors": [ "Abraham Schilling (https://gitlab.com/n4bb12)",