@etchteam/eslint-config 2.2.0 → 2.2.2

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 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [2.2.0](https://github.com/etchteam/eslint/compare/v2.1.5...v2.2.0) (2024-11-08)
1
+ ## [2.2.2](https://github.com/etchteam/eslint/compare/v2.2.1...v2.2.2) (2024-11-19)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * support node 22 ([0327fd2](https://github.com/etchteam/eslint/commit/0327fd2679c00adaf55f77417131fc4f3a777828))
6
+ * bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group ([8b8a7fa](https://github.com/etchteam/eslint/commit/8b8a7fa80b8351c7d335063c13b91163ab25514d))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.2.0",
3
+ "version": "2.2.2",
4
4
  "description": "Etch's standard eslint config",
5
5
  "main": "src/index.js",
6
6
  "scripts": {