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

Commit 066ae1b

Browse files
committed
6.0.2
1 parent d2d95bc commit 066ae1b

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,18 @@ 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.1](https://github.com/netlify/js-client/compare/v6.0.0...v6.0.1)
10+
## [v6.0.2](https://github.com/netlify/js-client/compare/v6.0.1...v6.0.2)
11+
12+
### Merged
13+
14+
- Improve `accessToken` logic [`#228`](https://github.com/netlify/js-client/pull/228)
15+
- Add `id-length` ESLint rule [`#227`](https://github.com/netlify/js-client/pull/227)
16+
- chore(deps): update dependency @netlify/eslint-config-node to v2.0.2
17+
[`#230`](https://github.com/netlify/js-client/pull/230)
18+
- Add `node/global-require` ESLint rule [`#224`](https://github.com/netlify/js-client/pull/224)
19+
- Add `unicorn/filename-case` ESLint rule [`#223`](https://github.com/netlify/js-client/pull/223)
20+
21+
## [v6.0.1](https://github.com/netlify/js-client/compare/v6.0.0...v6.0.1) - 2020-12-11
1122

1223
### Merged
1324

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

0 commit comments

Comments
 (0)