diff --git a/CHANGELOG.md b/CHANGELOG.md index a3a26f6639b..92bcf309ab7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ 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.14.0](https://www.github.com/netlify/cli/compare/v6.13.2...v6.14.0) (2021-10-18) + + +### Features + +* remove `NETLIFY_EXPERIMENTAL_BUILD_GO_SOURCE` ([#3504](https://www.github.com/netlify/cli/issues/3504)) ([f9cd6ba](https://www.github.com/netlify/cli/commit/f9cd6ba593bfbc38092c724e6635234f2518b6d9)) +* support running builder functions locally ([#3507](https://www.github.com/netlify/cli/issues/3507)) ([5a07055](https://www.github.com/netlify/cli/commit/5a0705506248924d40d4fb749ca7ee617662531f)) + + +### Bug Fixes + +* **deps:** update dependency netlify to ^8.0.2 ([#3515](https://www.github.com/netlify/cli/issues/3515)) ([8b95a5c](https://www.github.com/netlify/cli/commit/8b95a5cad8035a1b0ae326b90f7bdd2879762f7f)) + ### [6.13.2](https://www.github.com/netlify/cli/compare/v6.13.1...v6.13.2) (2021-10-14) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index aae84548801..017bf9e50f0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.13.2", + "version": "6.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.13.2", + "version": "6.14.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index cdea6dea42e..43cf6059835 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.13.2", + "version": "6.14.0", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",