Skip to content

Commit

Permalink
changelog and format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Dec 14, 2023
1 parent f2d9e8f commit 105eac6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom

- Fix [#805](https://github.com/biomejs/biome/issues/805), by correctly parsing these kind of patterns. Contributed by @ematipico

- Fix [1117](https://github.com/biomejs/biome/issues/1117) by correctly respecting the matching. Contributed by @ematipico

### Configuration

##### New features
Expand Down
2 changes: 2 additions & 0 deletions website/src/content/docs/internals/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom

- Fix [#805](https://github.com/biomejs/biome/issues/805), by correctly parsing these kind of patterns. Contributed by @ematipico

- Fix [1117](https://github.com/biomejs/biome/issues/1117) by correctly respecting the matching. Contributed by @ematipico

### Configuration

##### New features
Expand Down
2 changes: 1 addition & 1 deletion website/src/playground/workers/biomeWorker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ self.addEventListener("message", async (e) => {

workspace.updateSettings({
configuration,
git_ignore_matches: []
gitignore_matches: [],
});
break;
}
Expand Down

0 comments on commit 105eac6

Please sign in to comment.