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

Commit a37985a

Browse files
committed
5.0.1
1 parent 3dc5cf6 commit a37985a

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,21 @@ 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-
## [v5.0.0](https://github.com/netlify/js-client/compare/v4.9.0...v5.0.0)
10+
## [v5.0.1](https://github.com/netlify/js-client/compare/v5.0.0...v5.0.1)
11+
12+
### Merged
13+
14+
- Enable `consistent-this` ESLint rule [`#213`](https://github.com/netlify/js-client/pull/213)
15+
- Enable `array-callback-return` ESLint rule [`#212`](https://github.com/netlify/js-client/pull/212)
16+
- Enable several ESLint rules [`#214`](https://github.com/netlify/js-client/pull/214)
17+
18+
### Commits
19+
20+
- Fix linting [`7cba651`](https://github.com/netlify/js-client/commit/7cba6518e9b8bfd792a1a845ae792746023b078a)
21+
- Add `array-callback-return` ESLint rule
22+
[`3d85263`](https://github.com/netlify/js-client/commit/3d852630d24aa86375e4a4bcf69334bbdd4e8878)
23+
24+
## [v5.0.0](https://github.com/netlify/js-client/compare/v4.9.0...v5.0.0) - 2020-12-09
1125

1226
### Merged
1327

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

0 commit comments

Comments
 (0)