From a88751306242058374575b9f511e3c22213032b6 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Thu, 30 Nov 2023 14:32:32 -0500 Subject: [PATCH] release: 1.4.1 (#967) Co-authored-by: Jon Co-authored-by: Superchupu <53496941+SuperchupuDev@users.noreply.github.com> Co-authored-by: unvalley <38400669+unvalley@users.noreply.github.com> --- CHANGELOG.md | 20 +++++++++++-------- packages/@biomejs/biome/package.json | 2 +- .../src/content/docs/internals/changelog.mdx | 20 +++++++++++-------- 3 files changed, 25 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0622bd9f4861..7f8f31ee6020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +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). -## Unreleased - -### Analyzer - -### CLI - -### Configuration +## 1.4.1 (2023-11-30) ### Editors @@ -22,10 +16,20 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom ### Formatter -### JavaScript APIs +#### Bug fixes + +- Fix some accidental line breaks when printing array expressions within arrow functions and other long lines [#917](https://github.com/biomejs/biome/pull/917). Contributed by @faultyserver + +- Match Prettier's breaking strategy for `ArrowChain` layouts [#934](https://github.com/biomejs/biome/pull/934). Contributed by @faultyserver + +- Fix double-printing of leading comments in arrow chain expressions [#951](https://github.com/biomejs/biome/pull/951). Contributed by @faultyserver ### Linter +#### Bug fixes + +- Fix [#910](https://github.com/biomejs/biome/issues/910), where the rule `noSvgWithoutTitle` should skip elements that have `aria-hidden` attributes. Contributed by @vasucp1207 + #### New features #### Enhancement diff --git a/packages/@biomejs/biome/package.json b/packages/@biomejs/biome/package.json index b937e0b206c2..befb50e021ef 100644 --- a/packages/@biomejs/biome/package.json +++ b/packages/@biomejs/biome/package.json @@ -1,6 +1,6 @@ { "name": "@biomejs/biome", - "version": "1.4.0", + "version": "1.4.1", "bin": "bin/biome", "scripts": { "postinstall": "node scripts/postinstall.js" diff --git a/website/src/content/docs/internals/changelog.mdx b/website/src/content/docs/internals/changelog.mdx index 3ae7cbc12fe2..5d3cf2e1a45e 100644 --- a/website/src/content/docs/internals/changelog.mdx +++ b/website/src/content/docs/internals/changelog.mdx @@ -14,13 +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). -## Unreleased - -### Analyzer - -### CLI - -### Configuration +## 1.4.1 (2023-11-30) ### Editors @@ -28,10 +22,20 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom ### Formatter -### JavaScript APIs +#### Bug fixes + +- Fix some accidental line breaks when printing array expressions within arrow functions and other long lines [#917](https://github.com/biomejs/biome/pull/917). Contributed by @faultyserver + +- Match Prettier's breaking strategy for `ArrowChain` layouts [#934](https://github.com/biomejs/biome/pull/934). Contributed by @faultyserver + +- Fix double-printing of leading comments in arrow chain expressions [#951](https://github.com/biomejs/biome/pull/951). Contributed by @faultyserver ### Linter +#### Bug fixes + +- Fix [#910](https://github.com/biomejs/biome/issues/910), where the rule `noSvgWithoutTitle` should skip elements that have `aria-hidden` attributes. Contributed by @vasucp1207 + #### New features #### Enhancement