# biome-plugins: v0.7.0

release · 2026-04-06 · #biome-plugins · v0.7.0

### Minor Changes

-   c72c019: Add the `no-buried-await` plugin to disallow burying `await` inside parentheses. This catches patterns like `return (await foo()) || ""` and `Boolean(await foo())` and encourages awaiting the value first before using it in a separate expression.

- [GitHub release](https://github.com/aliou/biome-plugins/releases/tag/v0.7.0)
- [npm](https://www.npmjs.com/package/@aliou/biome-plugins/v/0.7.0)
