diff --git a/CHANGELOG.md b/CHANGELOG.md index ab55a4a4495..2703059ddc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,15 @@ 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.6](https://github.com/netlify/cli/compare/v2.68.5...v2.68.6) +## [v2.68.7](https://github.com/netlify/cli/compare/v2.68.6...v2.68.7) + +### Merged + +- chore(deps): unpin oclif versions [`#1571`](https://github.com/netlify/cli/pull/1571) +- fix(command-deploy): print relevant log error when bg functions are not supported [`#1570`](https://github.com/netlify/cli/pull/1570) +- fix(deps): update netlify packages [`#1567`](https://github.com/netlify/cli/pull/1567) + +## [v2.68.6](https://github.com/netlify/cli/compare/v2.68.5...v2.68.6) - 2020-11-18 ### Merged @@ -18,6 +26,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix(command:sites:delete): don't print duplicate netlify in help [`#1556`](https://github.com/netlify/cli/pull/1556) - refactor: stop using lodash standalone packages [`#1551`](https://github.com/netlify/cli/pull/1551) +### Commits + +- chore(release): 2.68.6 [`852c799`](https://github.com/netlify/cli/commit/852c79960ff483e7f60697e804585d0b06952816) + ## [v2.68.5](https://github.com/netlify/cli/compare/v2.68.4...v2.68.5) - 2020-11-12 ### Merged diff --git a/package-lock.json b/package-lock.json index 021a25c3bdb..c3457519a6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "2.68.6", + "version": "2.68.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dd88c3e85c3..0b603e87e95 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "2.68.6", + "version": "2.68.7", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",