diff --git a/CHANGELOG.md b/CHANGELOG.md index a98f1648cc0d..c70e4bb1d556 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -157,7 +157,7 @@ The following rules are promoted: - Improve server binary resolution when using certain package managers, notably pnpm. - The new strategy is to point to `node_modules/.bin/biome`` path, + The new strategy is to point to `node_modules/.bin/biome` path, which is consistent for all package managers. ## 1.1.2 (2023-09-07) diff --git a/crates/biome_js_analyze/src/analyzers/nursery/no_confusing_void_type.rs b/crates/biome_js_analyze/src/analyzers/nursery/no_confusing_void_type.rs index 957a1a5967ca..f2df6e6fae91 100644 --- a/crates/biome_js_analyze/src/analyzers/nursery/no_confusing_void_type.rs +++ b/crates/biome_js_analyze/src/analyzers/nursery/no_confusing_void_type.rs @@ -47,7 +47,7 @@ declare_rule! { /// printArg(undefined); /// ``` pub(crate) NoConfusingVoidType { - version: "1.2", + version: "1.2.0", name: "noConfusingVoidType", recommended: false, } diff --git a/website/src/content/docs/internals/changelog.mdx b/website/src/content/docs/internals/changelog.mdx index 5ae38d7f27d8..4c948b54a19c 100644 --- a/website/src/content/docs/internals/changelog.mdx +++ b/website/src/content/docs/internals/changelog.mdx @@ -163,7 +163,7 @@ The following rules are promoted: - Improve server binary resolution when using certain package managers, notably pnpm. - The new strategy is to point to `node_modules/.bin/biome`` path, + The new strategy is to point to `node_modules/.bin/biome` path, which is consistent for all package managers. ## 1.1.2 (2023-09-07) diff --git a/website/src/content/docs/linter/rules/no-confusing-void-type.md b/website/src/content/docs/linter/rules/no-confusing-void-type.md index 720f7078905d..2a50db546217 100644 --- a/website/src/content/docs/linter/rules/no-confusing-void-type.md +++ b/website/src/content/docs/linter/rules/no-confusing-void-type.md @@ -1,5 +1,5 @@ --- -title: noConfusingVoidType (since v1.2) +title: noConfusingVoidType (since v1.2.0) --- diff --git a/website/src/pages/schemas/1.2/schema.json.js b/website/src/pages/schemas/1.2.0/schema.json.js similarity index 100% rename from website/src/pages/schemas/1.2/schema.json.js rename to website/src/pages/schemas/1.2.0/schema.json.js