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)",