Skip to content

Commit 406a345

Browse files
chore(main): release 5.0.0 (#437)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 81221e1 commit 406a345

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/netlify/eslint-config-node/compare/v4.1.7...v5.0.0) (2022-02-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* use pure ES modules (#435)
9+
10+
### Bug Fixes
11+
12+
* **deps:** update typescript-eslint monorepo to v5.10.1 ([#436](https://github.com/netlify/eslint-config-node/issues/436)) ([bcb3d6e](https://github.com/netlify/eslint-config-node/commit/bcb3d6ef5ce4fc024c4b020f84ad966c0b7fdbdb))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* use pure ES modules ([#435](https://github.com/netlify/eslint-config-node/issues/435)) ([81221e1](https://github.com/netlify/eslint-config-node/commit/81221e1da3dc40730c8d3a3f99d18c26393a0aed))
18+
319
### [4.1.7](https://github.com/netlify/eslint-config-node/compare/v4.1.6...v4.1.7) (2022-01-24)
420

521

package-lock.json

Lines changed: 2 additions & 2 deletions
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,6 +1,6 @@
11
{
22
"name": "@netlify/eslint-config-node",
3-
"version": "4.1.7",
3+
"version": "5.0.0",
44
"type": "commonjs",
55
"exports": "./.eslintrc.cjs",
66
"main": "./.eslintrc.cjs",

0 commit comments

Comments
 (0)