diff --git a/CHANGELOG.md b/CHANGELOG.md index 538c82f6803..1d74855f789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +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). -## [v2.68.1](https://github.com/netlify/cli/compare/v2.68.0...v2.68.1) +## [v2.68.2](https://github.com/netlify/cli/compare/v2.68.1...v2.68.2) + +### Merged + +- fix(command-dev): improve functions error reporting and logging [`#1460`](https://github.com/netlify/cli/pull/1460) + +## [v2.68.1](https://github.com/netlify/cli/compare/v2.68.0...v2.68.1) - 2020-11-10 ### Merged @@ -19,6 +25,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore(deps): lock file maintenance [`#1540`](https://github.com/netlify/cli/pull/1540) - fix fossa pr check [`#1529`](https://github.com/netlify/cli/pull/1529) +### Commits + +- chore(release): 2.68.1 [`8f99846`](https://github.com/netlify/cli/commit/8f99846a9c13cce748a63834786c83c80e431620) + ## [v2.68.0](https://github.com/netlify/cli/compare/v2.67.4...v2.68.0) - 2020-11-05 ### Merged diff --git a/package-lock.json b/package-lock.json index e8ea9610a2c..be9f8dd2a41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "2.68.1", + "version": "2.68.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 07c25179886..3f908ec4574 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "2.68.1", + "version": "2.68.2", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",