@etchteam/eslint-config 2.6.28 → 2.6.29

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,4 +1,4 @@
1
- ## <small>2.6.28 (2026-02-20)</small>
1
+ ## <small>2.6.29 (2026-02-23)</small>
2
2
 
3
- * Merge pull request #492 from etchteam/dependabot/npm_and_yarn/npm_and_yarn-d91ede23c6 ([64a61af](https://github.com/etchteam/eslint/commit/64a61af)), closes [#492](https://github.com/etchteam/eslint/issues/492)
4
- * fix: bump hono in the npm_and_yarn group across 1 directory ([1eb4934](https://github.com/etchteam/eslint/commit/1eb4934))
3
+ * Merge pull request #493 from etchteam/dependabot/npm_and_yarn/eslint-plugin-yml-3.3.0 ([39a0c12](https://github.com/etchteam/eslint/commit/39a0c12)), closes [#493](https://github.com/etchteam/eslint/issues/493)
4
+ * fix: bump eslint-plugin-yml from 3.2.1 to 3.3.0 ([982d7fb](https://github.com/etchteam/eslint/commit/982d7fb))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.6.28",
3
+ "version": "2.6.29",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",