@etchteam/eslint-config 2.2.66 → 2.2.67

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,7 +1,7 @@
1
- ## [2.2.66](https://github.com/etchteam/eslint/compare/v2.2.65...v2.2.66) (2025-06-25)
1
+ ## [2.2.67](https://github.com/etchteam/eslint/compare/v2.2.66...v2.2.67) (2025-06-25)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * bump brace-expansion in the npm_and_yarn group ([218251f](https://github.com/etchteam/eslint/commit/218251ffa71da214d526b5abf49f8eb0ecaed06c))
7
- * use module syntax for release config ([563f620](https://github.com/etchteam/eslint/commit/563f620abfdd057c0bd045b3f112b87d9c4e4617))
6
+ * bump eslint-plugin-prettier from 5.5.0 to 5.5.1 ([58d9cd3](https://github.com/etchteam/eslint/commit/58d9cd353a6290cbeb2c1fc5c9cc276e7de1645e))
7
+ * bump prettier from 3.5.3 to 3.6.1 ([253242e](https://github.com/etchteam/eslint/commit/253242e4bc2d9932dcf21bde212d17e2af516173))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.2.66",
3
+ "version": "2.2.67",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "eslint.config.mjs",