Skip to content

Commit

Permalink
release: 1.5.1 (#1506)
Browse files Browse the repository at this point in the history
Co-authored-by: Victorien Elvinger <victorien@elvinger.fr>
  • Loading branch information
ematipico and Conaclos authored Jan 10, 2024
1 parent d42603b commit 0ed9e3e
Show file tree
Hide file tree
Showing 5 changed files with 2,603 additions and 28 deletions.
12 changes: 2 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +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
## 1.5.1 (2024-01-10)

### CLI

Expand All @@ -21,17 +19,12 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom
- Fix [#1465](https://github.com/biomejs/biome/issues/1465), by taking in consideration the workspace folder when matching a pattern. Contributed by @ematipico
- Fix [#1465](https://github.com/biomejs/biome/issues/1465), by correctly process globs that contain file names. Contributed by @ematipico

### Configuration

### Editors

### Formatter

#### Bug fixes

- Fix [#1170](https://github.com/biomejs/biome/issues/1170). Fix placement of comments inside default switch clause. Now all line comments that has a preceding node will keep their position. Contributed by @kalleep

### JavaScript APIs
- Fix [#1170](https://github.com/biomejs/biome/issues/1170). Fix placement of comments inside default switch clause. Now all line comments that have a preceding node will keep their position. Contributed by @kalleep

### Linter

Expand Down Expand Up @@ -59,7 +52,6 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom
+ f(() => (0, 1), "")
```

### Parser

## 1.5.0 (2024-01-08)

Expand Down
2 changes: 1 addition & 1 deletion packages/@biomejs/biome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biomejs/biome",
"version": "1.5.0",
"version": "1.5.1",
"bin": "bin/biome",
"scripts": {
"postinstall": "node scripts/postinstall.js"
Expand Down
12 changes: 2 additions & 10 deletions website/src/content/docs/internals/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +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
## 1.5.1 (2024-01-10)

### CLI

Expand All @@ -27,17 +25,12 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom
- Fix [#1465](https://github.com/biomejs/biome/issues/1465), by taking in consideration the workspace folder when matching a pattern. Contributed by @ematipico
- Fix [#1465](https://github.com/biomejs/biome/issues/1465), by correctly process globs that contain file names. Contributed by @ematipico

### Configuration

### Editors

### Formatter

#### Bug fixes

- Fix [#1170](https://github.com/biomejs/biome/issues/1170). Fix placement of comments inside default switch clause. Now all line comments that has a preceding node will keep their position. Contributed by @kalleep

### JavaScript APIs
- Fix [#1170](https://github.com/biomejs/biome/issues/1170). Fix placement of comments inside default switch clause. Now all line comments that have a preceding node will keep their position. Contributed by @kalleep

### Linter

Expand Down Expand Up @@ -65,7 +58,6 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom
+ f(() => (0, 1), "")
```

### Parser

## 1.5.0 (2024-01-08)

Expand Down
14 changes: 7 additions & 7 deletions website/src/content/docs/reference/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Shows the Biome version information and quit
- **` --use-server`** &mdash;
Connect to a running instance of the Biome daemon server.
- **` --verbose`** &mdash;
Print additional verbose advices on diagnostics
Print additional diagnostics, and some diagnostics show more information.
- **` --config-path`**=_`PATH`_ &mdash;
Set the filesystem path to the directory of the biome.json configuration file
- **` --max-diagnostics`**=_`NUMBER`_ &mdash;
Expand Down Expand Up @@ -125,7 +125,7 @@ Prints information for debugging
- **` --use-server`** &mdash;
Connect to a running instance of the Biome daemon server.
- **` --verbose`** &mdash;
Print additional verbose advices on diagnostics
Print additional diagnostics, and some diagnostics show more information.
- **` --config-path`**=_`PATH`_ &mdash;
Set the filesystem path to the directory of the biome.json configuration file
- **` --max-diagnostics`**=_`NUMBER`_ &mdash;
Expand Down Expand Up @@ -270,7 +270,7 @@ Runs formatter, linter and import sorting to the requested files.
- **` --use-server`** &mdash;
Connect to a running instance of the Biome daemon server.
- **` --verbose`** &mdash;
Print additional verbose advices on diagnostics
Print additional diagnostics, and some diagnostics show more information.
- **` --config-path`**=_`PATH`_ &mdash;
Set the filesystem path to the directory of the biome.json configuration file
- **` --max-diagnostics`**=_`NUMBER`_ &mdash;
Expand Down Expand Up @@ -367,7 +367,7 @@ Run various checks on a set of files.
- **` --use-server`** &mdash;
Connect to a running instance of the Biome daemon server.
- **` --verbose`** &mdash;
Print additional verbose advices on diagnostics
Print additional diagnostics, and some diagnostics show more information.
- **` --config-path`**=_`PATH`_ &mdash;
Set the filesystem path to the directory of the biome.json configuration file
- **` --max-diagnostics`**=_`NUMBER`_ &mdash;
Expand Down Expand Up @@ -504,7 +504,7 @@ Run the formatter on a set of files.
- **` --use-server`** &mdash;
Connect to a running instance of the Biome daemon server.
- **` --verbose`** &mdash;
Print additional verbose advices on diagnostics
Print additional diagnostics, and some diagnostics show more information.
- **` --config-path`**=_`PATH`_ &mdash;
Set the filesystem path to the directory of the biome.json configuration file
- **` --max-diagnostics`**=_`NUMBER`_ &mdash;
Expand Down Expand Up @@ -653,7 +653,7 @@ Files won't be modified, the command is a read-only operation.
- **` --use-server`** &mdash;
Connect to a running instance of the Biome daemon server.
- **` --verbose`** &mdash;
Print additional verbose advices on diagnostics
Print additional diagnostics, and some diagnostics show more information.
- **` --config-path`**=_`PATH`_ &mdash;
Set the filesystem path to the directory of the biome.json configuration file
- **` --max-diagnostics`**=_`NUMBER`_ &mdash;
Expand Down Expand Up @@ -742,7 +742,7 @@ It updates the configuration when there are breaking changes
- **` --use-server`** &mdash;
Connect to a running instance of the Biome daemon server.
- **` --verbose`** &mdash;
Print additional verbose advices on diagnostics
Print additional diagnostics, and some diagnostics show more information.
- **` --config-path`**=_`PATH`_ &mdash;
Set the filesystem path to the directory of the biome.json configuration file
- **` --max-diagnostics`**=_`NUMBER`_ &mdash;
Expand Down
Loading

0 comments on commit 0ed9e3e

Please sign in to comment.