Skip to content

Commit fe2f383

Browse files
chore(main): release 6.0.0 (#483)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 473d3bc commit fe2f383

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [6.0.0](https://github.com/netlify/eslint-config-node/compare/v5.1.8...v6.0.0) (2022-04-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* use `eslint-plugin-n` instead of `eslint-plugin-node` (#482)
9+
10+
### Bug Fixes
11+
12+
* **deps:** update dependency eslint to v8 ([#321](https://github.com/netlify/eslint-config-node/issues/321)) ([473d3bc](https://github.com/netlify/eslint-config-node/commit/473d3bc7901b3a7ab9c16faadcf3b46d462b9413))
13+
* use `eslint-plugin-n` instead of `eslint-plugin-node` ([#482](https://github.com/netlify/eslint-config-node/issues/482)) ([df03ffe](https://github.com/netlify/eslint-config-node/commit/df03ffeb07bc1581d8e4bb391d40e7341330302f))
14+
315
### [5.1.8](https://github.com/netlify/eslint-config-node/compare/v5.1.7...v5.1.8) (2022-03-28)
416

517

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/eslint-config-node",
3-
"version": "5.1.8",
3+
"version": "6.0.0",
44
"type": "commonjs",
55
"exports": {
66
".": "./.eslintrc.cjs",

0 commit comments

Comments
 (0)