From dce8e6d8f41419d33aa4b85bcd5cf62ab48a225a Mon Sep 17 00:00:00 2001 From: erezrokah Date: Tue, 12 Jan 2021 12:26:14 +0100 Subject: [PATCH] chore(release): 3.1.0 --- CHANGELOG.md | 19 ++++++++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33a878f19a6..ce34e4f2733 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v3.0.0](https://github.com/netlify/cli/compare/v2.71.0...v3.0.0) +## [v3.1.0](https://github.com/netlify/cli/compare/v3.0.0...v3.1.0) + +### Merged + +- fix(deps): update dependency execa to v5 [`#1715`](https://github.com/netlify/cli/pull/1715) +- feat(command-dev): set process.env.CONTEXT to dev [`#1685`](https://github.com/netlify/cli/pull/1685) +- fix(deps): update netlify packages [`#1719`](https://github.com/netlify/cli/pull/1719) +- chore(deps): update dependency netlify to v6.0.10 [`#1718`](https://github.com/netlify/cli/pull/1718) +- chore(deps): lock file maintenance [`#1717`](https://github.com/netlify/cli/pull/1717) +- fix(deps): update dependency @netlify/zip-it-and-ship-it to v2.0.1 [`#1714`](https://github.com/netlify/cli/pull/1714) +- fix(deps): update dependency locate-path to v6 [`#1716`](https://github.com/netlify/cli/pull/1716) +- fix(deps): update dependency netlify-redirect-parser to v3 [`#1712`](https://github.com/netlify/cli/pull/1712) + +## [v3.0.0](https://github.com/netlify/cli/compare/v2.71.0...v3.0.0) - 2021-01-11 ### Merged @@ -16,6 +29,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix(deps): update dependency stripe to v8.130.0 [`#1710`](https://github.com/netlify/cli/pull/1710) - Document: 37 character limit on alias flag [`#1702`](https://github.com/netlify/cli/pull/1702) +### Commits + +- chore(release): 3.0.0 [`078a28b`](https://github.com/netlify/cli/commit/078a28bfc81e8a2630886e80f3c8528e3b9f4e70) + ## [v2.71.0](https://github.com/netlify/cli/compare/v2.70.0...v2.71.0) - 2021-01-07 ### Merged diff --git a/package-lock.json b/package-lock.json index 0f725c54256..da21a23180a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8315e1a973b..8e4ed067c06 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "3.0.0", + "version": "3.1.0", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",