From d8ff3b77d9c1a5f153a956b382d3a3ebaf7fabee Mon Sep 17 00:00:00 2001 From: erezrokah Date: Wed, 25 Nov 2020 14:55:01 +0100 Subject: [PATCH] chore(release): 2.69.0 --- CHANGELOG.md | 14 +++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cec2bc8a71d..cb3183965aa 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.8](https://github.com/netlify/cli/compare/v2.68.7...v2.68.8) +## [v2.69.0](https://github.com/netlify/cli/compare/v2.68.8...v2.69.0) + +### Merged + +- feat(command-dev): expose traffic forward progress to CLI [`#1461`](https://github.com/netlify/cli/pull/1461) +- fix(deps): update dependency @netlify/build to v5.3.3 [`#1590`](https://github.com/netlify/cli/pull/1590) +- chore(deps): update netlify packages [`#1589`](https://github.com/netlify/cli/pull/1589) + +## [v2.68.8](https://github.com/netlify/cli/compare/v2.68.7...v2.68.8) - 2020-11-24 ### Merged @@ -19,6 +27,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - 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) +### Commits + +- chore(release): 2.68.8 [`e0eee30`](https://github.com/netlify/cli/commit/e0eee300cb4d134e236e8a4991aee2b722b9a392) + ## [v2.68.7](https://github.com/netlify/cli/compare/v2.68.6...v2.68.7) - 2020-11-19 ### Merged diff --git a/package-lock.json b/package-lock.json index 4a4404a77bb..4a0631dfe91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "2.68.8", + "version": "2.69.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dd15cea5108..b7a9e46a606 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "2.68.8", + "version": "2.69.0", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",