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

Commit 64429cb

Browse files
committed
6.0.1
1 parent 709f525 commit 64429cb

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,25 @@ 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.0](https://github.com/netlify/js-client/compare/v5.0.2...v6.0.0)
10+
## [v6.0.1](https://github.com/netlify/js-client/compare/v6.0.0...v6.0.1)
11+
12+
### Merged
13+
14+
- fix(deps): update dependency @netlify/zip-it-and-ship-it to v1.6.0
15+
[`#225`](https://github.com/netlify/js-client/pull/225)
16+
- Add `promise/prefer-await-to-then` ESLint rule [`#222`](https://github.com/netlify/js-client/pull/222)
17+
- chore(deps): bump ini from 1.3.5 to 1.3.7 [`#221`](https://github.com/netlify/js-client/pull/221)
18+
- Simplify a unit test [`#220`](https://github.com/netlify/js-client/pull/220)
19+
- Add `no-shadow` ESLint rule [`#218`](https://github.com/netlify/js-client/pull/218)
20+
- Enable some comment-related ESLint rules [`#217`](https://github.com/netlify/js-client/pull/217)
21+
- Remove `lodash.flatten` [`#219`](https://github.com/netlify/js-client/pull/219)
22+
23+
### Commits
24+
25+
- Enable some comments-related ESLint rules
26+
[`968240f`](https://github.com/netlify/js-client/commit/968240f5bc12b5b5db99740fffac622f0473b5c1)
27+
28+
## [v6.0.0](https://github.com/netlify/js-client/compare/v5.0.2...v6.0.0) - 2020-12-10
1129

1230
### Commits
1331

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.0",
4+
"version": "6.0.1",
55
"files": [
66
"src",
77
"dist",

0 commit comments

Comments
 (0)