diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f8cb3a2bad..4a3e33e541a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [6.11.0](https://www.github.com/netlify/cli/compare/v6.10.6...v6.11.0) (2021-10-11) + + +### Features + +* add `--language` flag to `functions:create` command ([#3464](https://www.github.com/netlify/cli/issues/3464)) ([e406f33](https://www.github.com/netlify/cli/commit/e406f3308ff3f759403206e0cd575fbb3d2baafe)) + ### [6.10.6](https://www.github.com/netlify/cli/compare/v6.10.5...v6.10.6) (2021-10-11) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6f5f3ae0f04..1b498af7ac0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.10.6", + "version": "6.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.10.6", + "version": "6.11.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 24ab758cba7..46d8b36bd4f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.10.6", + "version": "6.11.0", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",