diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b68e780..07194f6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.6" + ".": "0.0.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e1a24e..6e6c991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.7](https://github.com/OperationalFallacy/biome-effect-linting-rules/compare/v0.0.6...v0.0.7) (2026-06-11) + + +### Bug Fixes + +* allow context index rebuilds outside Ref transitions ([4dc3934](https://github.com/OperationalFallacy/biome-effect-linting-rules/commit/4dc39341130a202813062c602484b6f6d28fb00e)) +* anchor grit rules for lint performance ([024a481](https://github.com/OperationalFallacy/biome-effect-linting-rules/commit/024a4812f985a969840a5e3419c42803abf24d9b)) +* anchor Grit rules for lint performance ([287a33b](https://github.com/OperationalFallacy/biome-effect-linting-rules/commit/287a33b017359dd6f1a1b1b84bf66a456be20722)) +* delete nested Effect argument rule ([ff8f1ac](https://github.com/OperationalFallacy/biome-effect-linting-rules/commit/ff8f1aca13dfe1f41b08af90fcca773578f6c7d9)) +* remove nested Effect argument rule from presets ([db41a18](https://github.com/OperationalFallacy/biome-effect-linting-rules/commit/db41a18353e66467cb4992d537a2fd2b5bfe5b9b)) +* remove noisy nested Effect argument rule from presets ([5f0fbc0](https://github.com/OperationalFallacy/biome-effect-linting-rules/commit/5f0fbc0b8406cd2101510d3176d90157edc3fd3a)) + ## [0.0.6](https://github.com/OperationalFallacy/biome-effect-linting-rules/compare/v0.0.5...v0.0.6) (2026-05-29) diff --git a/package.json b/package.json index 03ae0af..904a849 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "publishConfig": { "access": "public" }, - "version": "0.0.6", + "version": "0.0.7", "packageManager": "yarn@4.6.0", "files": [ "biome.jsonc",