Skip to content

Commit

Permalink
chore: release 1.7.1 (#2558)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Apr 22, 2024
1 parent 29a4557 commit aeb8098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@ 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
## 1.7.1 (2024-04-22)

### Analyzer

### CLI

### Configuration

### Editors

Expand All @@ -31,12 +26,8 @@ our [guidelines for writing a good changelog entry](https://github.com/biomejs/b

- Correctly format dangling comments of continue statements. [#2555](https://github.com/biomejs/biome/pull/2555). Contributed by @ah-yu

### JavaScript APIs

### Linter

#### New features

#### Bug fixes

- Fix case where `jsxRuntime` wasn't being respected by `useImportType` rule ([#2473](https://github.com/biomejs/biome/issues/2473)).Contributed by @arendjr
Expand All @@ -59,9 +50,6 @@ our [guidelines for writing a good changelog entry](https://github.com/biomejs/b
Contributed by @ematipico


### Parser


## 1.7.0 (2024-04-15)

### Analyzer
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.7.0",
"version": "1.7.1",
"bin": "bin/biome",
"scripts": {
"postinstall": "node scripts/postinstall.js"
Expand Down

0 comments on commit aeb8098

Please sign in to comment.