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

Commit b312b2c

Browse files
committed
6.0.6
1 parent fc193a1 commit b312b2c

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,23 @@ 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.5](https://github.com/netlify/js-client/compare/v6.0.4...v6.0.5)
10+
## [v6.0.6](https://github.com/netlify/js-client/compare/v6.0.5...v6.0.6)
11+
12+
### Merged
13+
14+
- Enable `fp/no-mutating-methods` ESLint rule [`#241`](https://github.com/netlify/js-client/pull/241)
15+
- Add `fp/no-mutating-assigns` ESLint rule [`#242`](https://github.com/netlify/js-client/pull/242)
16+
- fix(deps): update dependency @netlify/zip-it-and-ship-it to v1.6.2
17+
[`#239`](https://github.com/netlify/js-client/pull/239)
18+
19+
### Commits
20+
21+
- Merge pull request #240 from netlify/renovate/netlify-packages
22+
[`fb946b9`](https://github.com/netlify/js-client/commit/fb946b9b2ce8d7b3db082cc1ecb5fea06f71c0a5)
23+
- chore(deps): update dependency @netlify/eslint-config-node to v2.1.0
24+
[`221a97e`](https://github.com/netlify/js-client/commit/221a97edcd62321caabf4b9a54549f59299788cc)
25+
26+
## [v6.0.5](https://github.com/netlify/js-client/compare/v6.0.4...v6.0.5) - 2020-12-16
1127

1228
### Merged
1329

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

0 commit comments

Comments
 (0)