Skip to content

Commit

Permalink
release: v1.9.1 (#3900)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger authored Sep 15, 2024
1 parent 87866cf commit 9bf1e4c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ our [guidelines for writing a good changelog entry](https://github.com/biomejs/b

## Unreleased

## v1.9.1 (2024-09-15)

### Analyzer

### CLI
Expand All @@ -19,6 +21,8 @@ our [guidelines for writing a good changelog entry](https://github.com/biomejs/b

- `useEditorConfig` now loads the editorconfig when running `biome ci` [#3864](https://github.com/biomejs/biome/issues/3864). Contributed by @dyc3

- Revert [#3731](https://github.com/biomejs/biome/pull/3731) to fix broken quick fixes and code actions. Contributed by @nhedger

### Configuration

### Editors
Expand Down
18 changes: 9 additions & 9 deletions packages/@biomejs/biome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biomejs/biome",
"version": "1.9.0",
"version": "1.9.1",
"bin": {
"biome": "bin/biome"
},
Expand Down Expand Up @@ -50,13 +50,13 @@
"provenance": true
},
"optionalDependencies": {
"@biomejs/cli-win32-x64": "1.8.3",
"@biomejs/cli-win32-arm64": "1.8.3",
"@biomejs/cli-darwin-x64": "1.8.3",
"@biomejs/cli-darwin-arm64": "1.8.3",
"@biomejs/cli-linux-x64": "1.8.3",
"@biomejs/cli-linux-arm64": "1.8.3",
"@biomejs/cli-linux-x64-musl": "1.8.3",
"@biomejs/cli-linux-arm64-musl": "1.8.3"
"@biomejs/cli-win32-x64": "1.9.1",
"@biomejs/cli-win32-arm64": "1.9.1",
"@biomejs/cli-darwin-x64": "1.9.1",
"@biomejs/cli-darwin-arm64": "1.9.1",
"@biomejs/cli-linux-x64": "1.9.1",
"@biomejs/cli-linux-arm64": "1.9.1",
"@biomejs/cli-linux-x64-musl": "1.9.1",
"@biomejs/cli-linux-arm64-musl": "1.9.1"
}
}

0 comments on commit 9bf1e4c

Please sign in to comment.