@etchteam/eslint-config 2.6.48 → 2.6.49

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.48 (2026-03-11)</small>
1
+ ## <small>2.6.49 (2026-03-11)</small>
2
2
 
3
- * Merge pull request #520 from etchteam/dependabot/npm_and_yarn/npm_and_yarn-d3731d7e25 ([7c99651](https://github.com/etchteam/eslint/commit/7c99651)), closes [#520](https://github.com/etchteam/eslint/issues/520)
4
- * fix: bump hono in the npm_and_yarn group across 1 directory ([468e47a](https://github.com/etchteam/eslint/commit/468e47a))
3
+ * Merge pull request #521 from etchteam/dependabot/npm_and_yarn/npm_and_yarn-d524a1f714 ([9590e9d](https://github.com/etchteam/eslint/commit/9590e9d)), closes [#521](https://github.com/etchteam/eslint/issues/521)
4
+ * fix: bump tar in the npm_and_yarn group across 1 directory ([ef2e33d](https://github.com/etchteam/eslint/commit/ef2e33d))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.6.48",
3
+ "version": "2.6.49",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",