diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 07194f6..493bd4e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.7" + ".": "0.0.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b0e49dc..4ef0628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.0.8](https://github.com/OperationalFallacy/biome-effect-linting-rules/compare/v0.0.7...v0.0.8) (2026-07-17) + + +### Features + +* detect loose tag extraction from unknown ([d81736d](https://github.com/OperationalFallacy/biome-effect-linting-rules/commit/d81736d8899705a49dd16c5a972799a21711f2b8)) +* detect manual data guards over unknown input ([c7b7baf](https://github.com/OperationalFallacy/biome-effect-linting-rules/commit/c7b7baf7dc9923d6d1d02da9323c302e84a90081)) + + +### Bug Fixes + +* align tag rule fixtures with Effect ADTs ([2396cda](https://github.com/OperationalFallacy/biome-effect-linting-rules/commit/2396cda722d50348478562c84774fbe251f5c51b)) +* generalize manual data guard detection ([a5935c2](https://github.com/OperationalFallacy/biome-effect-linting-rules/commit/a5935c2e17fa08e40b946de348f91d09a24697cf)) +* make arrow return advisory prompt review ([d527248](https://github.com/OperationalFallacy/biome-effect-linting-rules/commit/d5272489aa8fe47ae72f3d9fb841847246379093)) +* make arrow return advisory prompt review ([be63059](https://github.com/OperationalFallacy/biome-effect-linting-rules/commit/be63059b36c5710ed5c080653007200cd45a4c31)) + ## [0.0.7](https://github.com/OperationalFallacy/biome-effect-linting-rules/compare/v0.0.6...v0.0.7) (2026-07-17) diff --git a/package.json b/package.json index 09d1850..1c8b2ae 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "publishConfig": { "access": "public" }, - "version": "0.0.7", + "version": "0.0.8", "packageManager": "yarn@4.6.0", "files": [ "biome.jsonc",