diff --git a/CHANGELOG.md b/CHANGELOG.md index 09fc7ca77f36..1323e3fc0543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -86,13 +86,15 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom Contributed by @magic-akari -- Correctly parse type arguments in expression. The following code is now correctly parsed in typescript: +- Correctly parse type arguments in expression([#1184](https://github.com/biomejs/biome/issues/1184)). -```ts -0 < (0 >= 1); -``` + The following code is now correctly parsed in typescript: + + ```ts + 0 < (0 >= 1); + ``` -Contributed by @ah-yu + Contributed by @ah-yu ### Website diff --git a/website/src/content/docs/internals/changelog.mdx b/website/src/content/docs/internals/changelog.mdx index d0d8f5f094f4..483fe9408787 100644 --- a/website/src/content/docs/internals/changelog.mdx +++ b/website/src/content/docs/internals/changelog.mdx @@ -92,13 +92,15 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom Contributed by @magic-akari -- Correctly parse type arguments in expression. The following code is now correctly parsed in typescript: +- Correctly parse type arguments in expression([#1184](https://github.com/biomejs/biome/issues/1184)). -```ts -0 < (0 >= 1); -``` + The following code is now correctly parsed in typescript: + + ```ts + 0 < (0 >= 1); + ``` -Contributed by @ah-yu + Contributed by @ah-yu ### Website