From d5734fa5ff216ceafeb271a30230f05df1a48570 Mon Sep 17 00:00:00 2001 From: erezrokah Date: Sun, 11 Oct 2020 13:17:58 +0200 Subject: [PATCH] chore(release): 2.65.3 --- CHANGELOG.md | 22 +++++++++++++++++----- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84505f56b3a..8893f7412a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ 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.65.2](https://github.com/netlify/cli/compare/v2.65.1...v2.65.2) +## [v2.65.3](https://github.com/netlify/cli/compare/v2.65.2...v2.65.3) + +### Merged + +- chore(lint): add `eslint-plugin-unicorn` [`#1364`](https://github.com/netlify/cli/pull/1364) + +## [v2.65.2](https://github.com/netlify/cli/compare/v2.65.1...v2.65.2) - 2020-10-09 ### Merged @@ -36,6 +42,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Lint Ava test files [`#1341`](https://github.com/netlify/cli/pull/1341) - fix(deps): update dependency netlify to v4.7.0 [`#1339`](https://github.com/netlify/cli/pull/1339) +### Commits + +- chore(release): 2.65.2 [`5497cb7`](https://github.com/netlify/cli/commit/5497cb7092a234c1daf24f8cbb7a39763543983c) + ## [v2.65.1](https://github.com/netlify/cli/compare/v2.65.0...v2.65.1) - 2020-10-07 ### Merged @@ -911,7 +921,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Improve Netlify Build CLI [`936a827`](https://github.com/netlify/cli/commit/936a82757d398ef4b473bac346829f79c146e009) - Fix semver issue with @netlify/build [`300db4d`](https://github.com/netlify/cli/commit/300db4da3e9d2dfff5f401e856ee2b61e47bcf94) -## [v2.20.0](https://github.com/netlify/cli/compare/v2.19.5...v2.20.0) - 2019-10-28 +## [v2.20.0](https://github.com/netlify/cli/compare/v2.19.6...v2.20.0) - 2019-10-28 + +## [v2.19.6](https://github.com/netlify/cli/compare/v2.19.5...v2.19.6) - 2019-10-28 ### Merged @@ -1126,15 +1138,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Update netlify-dev-plugin [`3efc108`](https://github.com/netlify/cli/commit/3efc10811aaa7a622f46afe3a86c22ebf3cbd03c) - Revert "Update netlify-dev-plugin" [`d0dee3d`](https://github.com/netlify/cli/commit/d0dee3d0d96999f72c45815aa5154f78c1ffd4ea) -## [v2.11.33](https://github.com/netlify/cli/compare/v2.11.32...v2.11.33) - 2019-07-31 +## [v2.11.33](https://github.com/netlify/cli/compare/2.11.32...v2.11.33) - 2019-07-31 ### Commits - Update netlify-dev-plugin [`a254ec0`](https://github.com/netlify/cli/commit/a254ec0af306b6c9ec4feb3a91763f1a8f426d35) -## [v2.11.32](https://github.com/netlify/cli/compare/2.11.32...v2.11.32) - 2019-07-31 +## [2.11.32](https://github.com/netlify/cli/compare/v2.11.32...2.11.32) - 2019-07-31 -## [2.11.32](https://github.com/netlify/cli/compare/v2.11.31...2.11.32) - 2019-07-31 +## [v2.11.32](https://github.com/netlify/cli/compare/v2.11.31...v2.11.32) - 2019-07-31 ### Commits diff --git a/package-lock.json b/package-lock.json index 325b5e7b4b0..d083a524772 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "2.65.2", + "version": "2.65.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 40b7494ad52..e210ff6112a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "2.65.2", + "version": "2.65.3", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",