From d3942707ac1f510b012fd48df11c637a23c7fc73 Mon Sep 17 00:00:00 2001 From: erezrokah Date: Thu, 10 Sep 2020 13:52:57 +0200 Subject: [PATCH] chore(release): 2.61.3 --- CHANGELOG.md | 17 ++++++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0269a819d70..3c69b1bc7bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,19 @@ 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.2](https://github.com/netlify/cli/compare/v2.61.1...v2.61.2) - 2020-09-07 +## [v2.61.3](https://github.com/netlify/cli/compare/v2.61.1...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) - fix(command-dev): prevent Docusaurus from launching browser [`#1201`](https://github.com/netlify/cli/pull/1201) - fix(deps): update dependency @types/aws-lambda to ^8.10.62 [`#1203`](https://github.com/netlify/cli/pull/1203) - docs(command-functions): fix invoke example payload [`#1209`](https://github.com/netlify/cli/pull/1209) @@ -18,6 +27,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix(deps): update dependency @types/node to ^10.17.29 [`#1204`](https://github.com/netlify/cli/pull/1204) - chore(deps): lock file maintenance [`#1208`](https://github.com/netlify/cli/pull/1208) +### Commits + +- Revert "chore(release): 2.61.3" [`add3700`](https://github.com/netlify/cli/commit/add3700a10e5f7c7d5ae0f8fe458721a56e93c83) +- chore(release): 2.61.3 [`8b25365`](https://github.com/netlify/cli/commit/8b25365ad76a00c0f89ba1277fb79d7c8ed444f5) +- Revert "chore(release): 2.61.3" [`aef62e9`](https://github.com/netlify/cli/commit/aef62e9e6e8a035936c692e5a1382b8890ae9f78) + ## [v2.61.1](https://github.com/netlify/cli/compare/v2.61.0...v2.61.1) - 2020-09-06 ### 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)",