Skip to content

Commit

Permalink
chore(main): release 6.0.0 (#483)
Browse files Browse the repository at this point in the history
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
  • Loading branch information
token-generator-app[bot] committed Apr 1, 2022
1 parent 473d3bc commit fe2f383
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [6.0.0](https://github.com/netlify/eslint-config-node/compare/v5.1.8...v6.0.0) (2022-04-01)


### ⚠ BREAKING CHANGES

* use `eslint-plugin-n` instead of `eslint-plugin-node` (#482)

### Bug Fixes

* **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))
* 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))

### [5.1.8](https://github.com/netlify/eslint-config-node/compare/v5.1.7...v5.1.8) (2022-03-28)


Expand Down
4 changes: 2 additions & 2 deletions 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
@@ -1,6 +1,6 @@
{
"name": "@netlify/eslint-config-node",
"version": "5.1.8",
"version": "6.0.0",
"type": "commonjs",
"exports": {
".": "./.eslintrc.cjs",
Expand Down

0 comments on commit fe2f383

Please sign in to comment.