From fd34bf1be43490f41f0f9e5795cdf383fca58a25 Mon Sep 17 00:00:00 2001 From: Victorien Elvinger Date: Sun, 17 Sep 2023 14:50:32 +0200 Subject: [PATCH] docs: update changelog and website --- CHANGELOG.md | 4 ++++ website/src/content/docs/internals/changelog.mdx | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bca87f6253cc..60866147546d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom ### Formatter ### JavaScript APIs ### Linter +#### 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 in return position. Contributed by @b4s36t4 + ### Parser ### VSCode diff --git a/website/src/content/docs/internals/changelog.mdx b/website/src/content/docs/internals/changelog.mdx index 1fe9c37564d5..c3ff9f5de31e 100644 --- a/website/src/content/docs/internals/changelog.mdx +++ b/website/src/content/docs/internals/changelog.mdx @@ -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 @@ -23,6 +23,10 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom ### Formatter ### JavaScript APIs ### Linter +#### 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 in return position. Contributed by @b4s36t4 + ### Parser ### VSCode