diff --git a/CHANGELOG.md b/CHANGELOG.md index b9001ebff98..179d6fe0177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v2.68.4](https://github.com/netlify/cli/compare/v2.68.3...v2.68.4) +## [v2.68.5](https://github.com/netlify/cli/compare/v2.68.4...v2.68.5) + +### Merged + +- fix(command-dev): warn if background functions are not supported [`#1554`](https://github.com/netlify/cli/pull/1554) +- test: don't run edge handlers deploy if account doesn't support it [`#1552`](https://github.com/netlify/cli/pull/1552) + +## [v2.68.4](https://github.com/netlify/cli/compare/v2.68.3...v2.68.4) - 2020-11-11 ### Merged - fix(deps): update dependency netlify-redirector to v0.2.1 [`#1550`](https://github.com/netlify/cli/pull/1550) +### Commits + +- chore(release): 2.68.4 [`e13c9c6`](https://github.com/netlify/cli/commit/e13c9c6f4612ca0afe5812e46a837415d1575741) + ## [v2.68.3](https://github.com/netlify/cli/compare/v2.68.2...v2.68.3) - 2020-11-10 ### Merged diff --git a/package-lock.json b/package-lock.json index 0b1d1bf06fa..06c10b3c3b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "2.68.4", + "version": "2.68.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7b8c9e5c652..71125f8959f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "2.68.4", + "version": "2.68.5", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",