@etchteam/eslint-config 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -11
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,15 +1,7 @@
1
- ## [2.0.0](https://github.com/etchteam/eslint/compare/v1.11.20...v2.0.0) (2024-07-10)
2
-
3
-
4
- ### ⚠ BREAKING CHANGES
5
-
6
- * drop support for node 16, add support for node 21
7
-
8
- ### Features
9
-
10
- * drop support for node 16, add support for node 21 ([40cea6c](https://github.com/etchteam/eslint/commit/40cea6ca0e942dd0bcefdb2ae8b8a44e0d4329d1))
1
+ ## [2.0.1](https://github.com/etchteam/eslint/compare/v2.0.0...v2.0.1) (2024-07-30)
11
2
 
12
3
 
13
4
  ### Bug Fixes
14
5
 
15
- * use legacy configs ([34fde89](https://github.com/etchteam/eslint/commit/34fde89219a0ca1d5d17905f87f3dcf372a1e585))
6
+ * bump @typescript-eslint/eslint-plugin from 7.16.0 to 7.18.0 ([fafb871](https://github.com/etchteam/eslint/commit/fafb8716d670c6bfec03dea5f6e6a8cc9660dbcd))
7
+ * bump @typescript-eslint/parser from 7.16.0 to 7.18.0 ([2033b8d](https://github.com/etchteam/eslint/commit/2033b8deae026469d5b687c8577138edd539e0ff))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Etch's standard eslint config",
5
5
  "main": "src/index.js",
6
6
  "scripts": {