From 1ee27c172d3408af97509bacfa34f8190bb0bcd6 Mon Sep 17 00:00:00 2001 From: erezrokah Date: Thu, 10 Sep 2020 14:15:51 +0200 Subject: [PATCH] chore(release): 2.61.3 --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0269a819d70..58e74a12036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +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.61.3](https://github.com/netlify/cli/compare/v2.61.2...v2.61.3) - 2020-09-10 + +### Merged + +- chore: fix release script [`#1223`](https://github.com/netlify/cli/pull/1223) +- docs: use 'string' instead of 'option' in docs [`#1224`](https://github.com/netlify/cli/pull/1224) +- chore: fix docs script in root folder [`#1222`](https://github.com/netlify/cli/pull/1222) +- docs: move global flags to bottom [`#1219`](https://github.com/netlify/cli/pull/1219) +- docs: fix path to root dir [`#1218`](https://github.com/netlify/cli/pull/1218) +- chore: cleanup site scripts [`#1216`](https://github.com/netlify/cli/pull/1216) +- fix(command-dev): change autoLaunch default to true [`#1211`](https://github.com/netlify/cli/pull/1211) +- chore: use standard-version to increment versions [`#1214`](https://github.com/netlify/cli/pull/1214) +- chore: add commit linting [`#1213`](https://github.com/netlify/cli/pull/1213) + +### Commits + +- Revert "chore(release): 2.61.3" [`fa59969`](https://github.com/netlify/cli/commit/fa59969f6e0e6a4dee1c3222a6337994f8b3ee17) +- chore(release): 2.61.3 [`d394270`](https://github.com/netlify/cli/commit/d3942707ac1f510b012fd48df11c637a23c7fc73) +- Revert "chore(release): 2.61.3" [`add3700`](https://github.com/netlify/cli/commit/add3700a10e5f7c7d5ae0f8fe458721a56e93c83) + ## [v2.61.2](https://github.com/netlify/cli/compare/v2.61.1...v2.61.2) - 2020-09-07 ### Merged diff --git a/package-lock.json b/package-lock.json index e4087fde99f..5ca083ac53c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "2.61.2", + "version": "2.61.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 03fe10130c2..c0a32a160f6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "2.61.2", + "version": "2.61.3", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",