Skip to content

Commit

Permalink
refactor: take review into account
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos committed Sep 15, 2023
1 parent e6a38cc commit 3c3eb7b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Read our [guidelines to categorize a change](https://biomejs.dev/internals/versi
New entries must be placed in a section entitled `Unreleased`.
Read our [guidelines for writing a good changelog entry](https://github.com/biomejs/biome/blob/main/CONTRIBUTING.md#changelog).

## 1.2.0 (2023-09-16)
## 1.2.0 (2023-09-15)

### CLI

Expand Down Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ declare_rule! {
/// printArg<void>(undefined);
/// ```
pub(crate) NoConfusingVoidType {
version: "1.2",
version: "1.2.0",
name: "noConfusingVoidType",
recommended: false,
}
Expand Down
4 changes: 2 additions & 2 deletions website/src/content/docs/internals/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Read our [guidelines to categorize a change](https://biomejs.dev/internals/versi
New entries must be placed in a section entitled `Unreleased`.
Read our [guidelines for writing a good changelog entry](https://github.com/biomejs/biome/blob/main/CONTRIBUTING.md#changelog).

## 1.2.0 (2023-09-16)
## 1.2.0 (2023-09-15)

### CLI

Expand Down Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: noConfusingVoidType (since v1.2)
title: noConfusingVoidType (since v1.2.0)
---


Expand Down

0 comments on commit 3c3eb7b

Please sign in to comment.