Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 7a7bb06

Browse files
committed
6.0.7
1 parent 21a4d8d commit 7a7bb06

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,34 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

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
1138

1239
### Merged
1340

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "netlify",
33
"description": "Netlify Node.js API client",
4-
"version": "6.0.6",
4+
"version": "6.0.7",
55
"files": [
66
"src",
77
"dist",

0 commit comments

Comments
 (0)