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

Commit

Permalink
5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Dec 10, 2020
1 parent 3dc5cf6 commit a37985a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

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

## [v5.0.0](https://github.com/netlify/js-client/compare/v4.9.0...v5.0.0)
## [v5.0.1](https://github.com/netlify/js-client/compare/v5.0.0...v5.0.1)

### Merged

- Enable `consistent-this` ESLint rule [`#213`](https://github.com/netlify/js-client/pull/213)
- Enable `array-callback-return` ESLint rule [`#212`](https://github.com/netlify/js-client/pull/212)
- Enable several ESLint rules [`#214`](https://github.com/netlify/js-client/pull/214)

### Commits

- Fix linting [`7cba651`](https://github.com/netlify/js-client/commit/7cba6518e9b8bfd792a1a845ae792746023b078a)
- Add `array-callback-return` ESLint rule
[`3d85263`](https://github.com/netlify/js-client/commit/3d852630d24aa86375e4a4bcf69334bbdd4e8878)

## [v5.0.0](https://github.com/netlify/js-client/compare/v4.9.0...v5.0.0) - 2020-12-09

### Merged

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify",
"description": "Netlify Node.js API client",
"version": "5.0.0",
"version": "5.0.1",
"files": [
"src",
"dist",
Expand Down

0 comments on commit a37985a

Please sign in to comment.