@@ -7,7 +7,34 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
7
7
8
8
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
9
9
10
- ## [ v6.0.6] ( https://github.com/netlify/js-client/compare/v6.0.5...v6.0.6 )
10
+ ## [ v6.0.7] ( https://github.com/netlify/js-client/compare/v6.0.6...v6.0.7 )
11
+
12
+ ### Merged
13
+
14
+ - chore: enable ` promise/prefer-await-to-callbacks ` ESLint rule [ ` #255 ` ] ( https://github.com/netlify/js-client/pull/255 )
15
+ - chore: enable ` fp/no-loops ` ESLint rule [ ` #253 ` ] ( https://github.com/netlify/js-client/pull/253 )
16
+ - chore: enable ` promise/no-callback-in-promise ` ESLint rule [ ` #254 ` ] ( https://github.com/netlify/js-client/pull/254 )
17
+ - chore: enable ` fp/no-class ` ESLint rule [ ` #251 ` ] ( https://github.com/netlify/js-client/pull/251 )
18
+ - chore: enable ` max-nested-callbacks ` ESLint rule [ ` #252 ` ] ( https://github.com/netlify/js-client/pull/252 )
19
+ - chore: enable ` no-await-in-loops ` ESLint rule [ ` #250 ` ] ( https://github.com/netlify/js-client/pull/250 )
20
+ - chore(deps): update dependency @netlify/eslint-config-node to v2.2.2
21
+ [ ` #249 ` ] ( https://github.com/netlify/js-client/pull/249 )
22
+ - chore(deps): update dependency @netlify/eslint-config-node to v2.2.1
23
+ [ ` #248 ` ] ( https://github.com/netlify/js-client/pull/248 )
24
+ - chore(deps): update dependency @netlify/eslint-config-node to v2.2.0
25
+ [ ` #247 ` ] ( https://github.com/netlify/js-client/pull/247 )
26
+ - fix(deps): update dependency @netlify/zip-it-and-ship-it to v1.7.0
27
+ [ ` #246 ` ] ( https://github.com/netlify/js-client/pull/246 )
28
+ - chore: add commit linting [ ` #244 ` ] ( https://github.com/netlify/js-client/pull/244 )
29
+
30
+ ### Commits
31
+
32
+ - Merge pull request #238 from netlify/chore/improve-opts
33
+ [ ` 1540b37 ` ] ( https://github.com/netlify/js-client/commit/1540b37b8e7e94f9882070ef173a08ee329669a0 )
34
+ - Simplify options handling
35
+ [ ` c422f0e ` ] ( https://github.com/netlify/js-client/commit/c422f0ecbdfe190e57141c5984814e005da12079 )
36
+
37
+ ## [ v6.0.6] ( https://github.com/netlify/js-client/compare/v6.0.5...v6.0.6 ) - 2020-12-16
11
38
12
39
### Merged
13
40
0 commit comments