diff --git a/CHANGELOG.md b/CHANGELOG.md index 2703059ddc0..cec2bc8a71d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +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). -## [v2.68.7](https://github.com/netlify/cli/compare/v2.68.6...v2.68.7) +## [v2.68.8](https://github.com/netlify/cli/compare/v2.68.7...v2.68.8) + +### Merged + +- chore(deps): lock file maintenance [`#1586`](https://github.com/netlify/cli/pull/1586) +- fix(deps): update dependency @netlify/zip-it-and-ship-it to v1.4.1 [`#1588`](https://github.com/netlify/cli/pull/1588) +- chore(deps): update dependency @netlify/eslint-config-node to v1.0.1 [`#1587`](https://github.com/netlify/cli/pull/1587) +- Fix timeout duration typo [`#1576`](https://github.com/netlify/cli/pull/1576) +- fix(deps): update dependency @netlify/plugin-edge-handlers to v1.10.0 [`#1575`](https://github.com/netlify/cli/pull/1575) +- fix(docs): add jwtSecret doc to dev section [`#1574`](https://github.com/netlify/cli/pull/1574) +- fix(docs): change port to targetPort when framework is #custom [`#1573`](https://github.com/netlify/cli/pull/1573) + +## [v2.68.7](https://github.com/netlify/cli/compare/v2.68.6...v2.68.7) - 2020-11-19 ### Merged @@ -15,6 +27,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - 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) +### Commits + +- chore(release): 2.68.7 [`8efe94e`](https://github.com/netlify/cli/commit/8efe94e5fb38976c49f0cf1ee7c062de2853ca43) + ## [v2.68.6](https://github.com/netlify/cli/compare/v2.68.5...v2.68.6) - 2020-11-18 ### Merged diff --git a/package-lock.json b/package-lock.json index a6e9d90127e..cdaed682008 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "2.68.7", + "version": "2.68.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0b603e87e95..02e71009f1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "2.68.7", + "version": "2.68.8", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",