diff --git a/CHANGELOG.md b/CHANGELOG.md index 42f690ab556..27ca0134f69 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). +## [3.14.0](https://www.github.com/netlify/cli/compare/v3.13.12...v3.14.0) (2021-04-04) + + +### Features + +* add functions directory creation when non-existent in netlify.toml ([#1996](https://www.github.com/netlify/cli/issues/1996)) ([4911e3d](https://www.github.com/netlify/cli/commit/4911e3d584af04f572150132cf694ae2049f3dc1)) +* add support for shell completion ([#2028](https://www.github.com/netlify/cli/issues/2028)) ([bdde7ff](https://www.github.com/netlify/cli/commit/bdde7ff289f1cf800ea2b4bb2e725be051c7ee7b)) + ### [3.13.12](https://www.github.com/netlify/cli/compare/v3.13.11...v3.13.12) (2021-04-04) diff --git a/package-lock.json b/package-lock.json index cfaa8a26ab7..e81d0d50cd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "3.13.12", + "version": "3.14.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index aa00ed64fec..37e277cb93a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "3.13.12", + "version": "3.14.0", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",