Skip to content

Commit

Permalink
docs: update changelog and website
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos committed Sep 17, 2023
1 parent 039e7fe commit 3c596f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom

- Add [noMisleadingInstantiator](https://biomejs.dev/linter/rules/no-mileading-instantiator) rule. The rule reports the misleading use of the `new` and `constructor` methods. Contributed by @unvalley

#### Bug fixes

- Fix [#294](https://github.com/biomejs/biome/issues/294). [noConfusingVoidType](https://biomejs.dev/linter/rules/no-confusing-void-type/) no longer reports false positives for return types. Contributed by @b4s36t4

### Parser
### VSCode

Expand Down
6 changes: 5 additions & 1 deletion website/src/content/docs/internals/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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).

## Unreleased
- Fix [#294](https://github.com/biomejs/biome/issues/294) - `useConfusingVoidType` raising error on Function Type

### Analyzer
### CLI
### Configuration
Expand All @@ -28,6 +28,10 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom

- Add [noMisleadingInstantiator](https://biomejs.dev/linter/rules/no-mileading-instantiator) rule. The rule reports the misleading use of the `new` and `constructor` methods. Contributed by @unvalley

#### Bug fixes

- Fix [#294](https://github.com/biomejs/biome/issues/294). [noConfusingVoidType](https://biomejs.dev/linter/rules/no-confusing-void-type/) no longer reports false positives for return types. Contributed by @b4s36t4

### Parser
### VSCode

Expand Down

0 comments on commit 3c596f8

Please sign in to comment.