From 710aaa30d3f55549b07387a222c83e033e48db7e Mon Sep 17 00:00:00 2001 From: erezrokah Date: Tue, 15 Dec 2020 13:42:16 +0100 Subject: [PATCH] chore(release): 2.69.9 --- CHANGELOG.md | 16 +++++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99efc8dbf5e..33a960d4377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,26 @@ 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.69.8](https://github.com/netlify/cli/compare/v2.69.7...v2.69.8) +## [v2.69.9](https://github.com/netlify/cli/compare/v2.69.8...v2.69.9) + +### Merged + +- fix(deps): update dependency @netlify/build to v8 [`#1658`](https://github.com/netlify/cli/pull/1658) +- test: add debug log [`#1650`](https://github.com/netlify/cli/pull/1650) +- fix(deps): update dependency netlify to v6.0.3 [`#1656`](https://github.com/netlify/cli/pull/1656) +- fix(deps): update dependency @netlify/zip-it-and-ship-it to v1.6.1 [`#1655`](https://github.com/netlify/cli/pull/1655) +- chore(deps): lock file maintenance [`#1654`](https://github.com/netlify/cli/pull/1654) + +## [v2.69.8](https://github.com/netlify/cli/compare/v2.69.7...v2.69.8) - 2020-12-13 ### Merged - fix(deps): update dependency netlify to v6.0.2 [`#1649`](https://github.com/netlify/cli/pull/1649) +### Commits + +- chore(release): 2.69.8 [`5b38b1f`](https://github.com/netlify/cli/commit/5b38b1fae3dd9c414a32c0a3af9c241783dc6373) + ## [v2.69.7](https://github.com/netlify/cli/compare/v2.69.6...v2.69.7) - 2020-12-13 ### Merged diff --git a/package-lock.json b/package-lock.json index 48f8d4c5222..a2aeaf33847 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "2.69.8", + "version": "2.69.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 63f8c0fabb5..73b5ad4599b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "2.69.8", + "version": "2.69.9", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",