Skip to content

Commit

Permalink
chore(release): 2.65.7
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Oct 21, 2020
1 parent a1df2a3 commit 8e4479c
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 3 deletions.
40 changes: 39 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://twitter.com/biilmann)",
Expand Down

0 comments on commit 8e4479c

Please sign in to comment.