src/content/docs/internals/versioning.mdx
Fixes to lint rules, formatting layouts, etc. might prevent your scripts from passing. Due to the nature of these changes,
it's highly recommended to save the exact version in your package.json, instead of using range operators.
This methodology will make sure that your script won't fail unexpectedly.
Biome follows semantic versioning. Due to the nature of Biome as a toolchain, it can be unclear what changes are considered major, minor, or patch. That's why Biome uses the following versioning guide:
Visual Studio Code doesn't support pre-release tags for extensions. That's why Biome uses the following version schema to distinguish stable and previews:
Pinning the version of Biome in your package.json is important to ensure that every team member and CI environments
use the same version of Biome. Even patch releases can result in slightly different formatting or linting results.