diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cda1f48ef9..254a4f85d4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,41 @@ 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.6](https://github.com/netlify/cli/compare/v2.65.5...v2.65.6) +## [v2.65.7](https://github.com/netlify/cli/compare/v2.65.6...v2.65.7) + +### Merged + +- fix(command-dev-trace): pin traffic mesh agent version [`#1456`](https://github.com/netlify/cli/pull/1456) +- chore(lint): speedup ESLint and Prettier [`#1439`](https://github.com/netlify/cli/pull/1439) +- chore(lint): wrap Markdown [`#1432`](https://github.com/netlify/cli/pull/1432) +- chore(lint): remove some dead code related to linting [`#1430`](https://github.com/netlify/cli/pull/1430) +- Add `max-params` ESLint rule [`#1403`](https://github.com/netlify/cli/pull/1403) +- Improve performance of static proxy [`#1424`](https://github.com/netlify/cli/pull/1424) +- Improve the performance of proxy rules parsing [`#1423`](https://github.com/netlify/cli/pull/1423) +- Use `isexe` module [`#1404`](https://github.com/netlify/cli/pull/1404) +- Add `no-invalid-this` ESLint rule [`#1406`](https://github.com/netlify/cli/pull/1406) +- Run GitHub hooks configuration in parallel [`#1453`](https://github.com/netlify/cli/pull/1453) +- Add `prefer-destructuring` ESLint rule [`#1416`](https://github.com/netlify/cli/pull/1416) +- Add `prefer-object-spread` ESLint rule [`#1400`](https://github.com/netlify/cli/pull/1400) +- Add `no-implicit-coercion` ESLint rule [`#1405`](https://github.com/netlify/cli/pull/1405) +- Small refactoring of a function [`#1414`](https://github.com/netlify/cli/pull/1414) +- Simplify a function [`#1415`](https://github.com/netlify/cli/pull/1415) +- Add `func-name-matching` ESLint rule [`#1402`](https://github.com/netlify/cli/pull/1402) +- chore(deps): update dependency eslint-plugin-unicorn to v23 [`#1450`](https://github.com/netlify/cli/pull/1450) +- fix(deps): update dependency @types/node to ^10.17.40 [`#1446`](https://github.com/netlify/cli/pull/1446) +- fix(deps): update dependency @types/aws-lambda to ^8.10.64 [`#1445`](https://github.com/netlify/cli/pull/1445) +- chore(lint): add `no-var` ESLint rule [`#1399`](https://github.com/netlify/cli/pull/1399) +- fix(deps): update netlify packages [`#1452`](https://github.com/netlify/cli/pull/1452) +- chore(deps): update dependency eslint-config-prettier to v6.13.0 [`#1443`](https://github.com/netlify/cli/pull/1443) +- Add `no-else-return` ESLint rule [`#1398`](https://github.com/netlify/cli/pull/1398) +- Add `multiline-comment-style` ESLint rule [`#1397`](https://github.com/netlify/cli/pull/1397) +- Add `array-callback-return` ESLint rule [`#1395`](https://github.com/netlify/cli/pull/1395) +- Improve `CONTRIBUTING.md` first section [`#1394`](https://github.com/netlify/cli/pull/1394) +- Improve `CONTRIBUTING.md` section about dev setup [`#1393`](https://github.com/netlify/cli/pull/1393) +- chore: upgrade prettier [`#1391`](https://github.com/netlify/cli/pull/1391) +- chore: upgrade eslint [`#1390`](https://github.com/netlify/cli/pull/1390) + +## [v2.65.6](https://github.com/netlify/cli/compare/v2.65.5...v2.65.6) - 2020-10-15 ### Merged @@ -23,6 +57,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore(deps): update node.js to >=v12.19.0 [`#1372`](https://github.com/netlify/cli/pull/1372) - chore(deps): lock file maintenance [`#1379`](https://github.com/netlify/cli/pull/1379) +### Commits + +- chore(release): 2.65.6 [`39033e8`](https://github.com/netlify/cli/commit/39033e8fbd41b664523ec948b19d0b85cd7de504) + ## [v2.65.5](https://github.com/netlify/cli/compare/v2.65.4...v2.65.5) - 2020-10-11 ### Merged diff --git a/package-lock.json b/package-lock.json index f4ac69170b7..8c2911eaf79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "2.65.6", + "version": "2.65.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fc358783e08..022976d73ff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "2.65.6", + "version": "2.65.7", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",