From 0a891ec9b8f6c7e5353c14c915a0fd24e8508558 Mon Sep 17 00:00:00 2001 From: erezrokah Date: Mon, 14 Sep 2020 12:08:12 +0200 Subject: [PATCH] chore(release): 2.63.0 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fed93a3624..4e6af2eda1b 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.63.0](https://github.com/netlify/cli/compare/v2.62.0...v2.63.0) - 2020-09-14 + +### Merged + +- feat(command-dev): support Docusaurus V2 [`#1228`](https://github.com/netlify/cli/pull/1228) +- fix(deps): update dependency @types/node to ^10.17.32 [`#1231`](https://github.com/netlify/cli/pull/1231) +- chore(deps): update commitlint monorepo to v11 [`#1232`](https://github.com/netlify/cli/pull/1232) +- chore(deps): update dependency gh-release to v4 [`#1233`](https://github.com/netlify/cli/pull/1233) +- chore(deps): lock file maintenance [`#1235`](https://github.com/netlify/cli/pull/1235) + ## [v2.62.0](https://github.com/netlify/cli/compare/v2.61.3...v2.62.0) - 2020-09-10 ### Merged - feat: proxy support [`#1215`](https://github.com/netlify/cli/pull/1215) +### Commits + +- chore(release): 2.62.0 [`b06458f`](https://github.com/netlify/cli/commit/b06458fca975b7917fa607d237aec451243ecbfd) + ## [v2.61.3](https://github.com/netlify/cli/compare/v2.61.2...v2.61.3) - 2020-09-10 ### Merged diff --git a/package-lock.json b/package-lock.json index f9fe7606464..817a450a275 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "2.62.0", + "version": "2.63.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 67a9278ef47..6789e25caa6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "2.62.0", + "version": "2.63.0", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",