diff --git a/.changeset/quiet-pumas-scope.md b/.changeset/quiet-pumas-scope.md deleted file mode 100644 index d27d4bd..0000000 --- a/.changeset/quiet-pumas-scope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ankhorage/devtools': patch ---- - -Scope the recommended ESLint rules to each `createConfig()` file set so composing multiple shared configs does not leak core rules such as `no-unused-vars` across unrelated TypeScript files. diff --git a/CHANGELOG.md b/CHANGELOG.md index e5687d5..ebf5e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.3.4 + +### Patch Changes + +- 062a084: Scope the recommended ESLint rules to each `createConfig()` file set so composing multiple shared configs does not leak core rules such as `no-unused-vars` across unrelated TypeScript files. + ## 1.3.3 ### Patch Changes diff --git a/package.json b/package.json index c45a60a..cb25f24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ankhorage/devtools", - "version": "1.3.3", + "version": "1.3.4", "description": "Shared development tools and repository standards for Ankhorage", "license": "MIT", "homepage": "https://github.com/ankhorage/devtools#readme",