Skip to content

Commit

Permalink
docs: update 1.1.0 changelog entries (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivalldi committed Sep 6, 2023
1 parent 259fb3c commit adff044
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom

#### Enhancements

- Add a code action to replace `rome-ignore` with `biome-ignore`. Use `rome check --apply-unsafe` to update all the comments. The action is not bulletproof, and it might generate unwanted code, that's why it's unsafe action.
- Add a code action to replace `rome-ignore` with `biome-ignore`. Use `biome check --apply-unsafe` to update all the comments. The action is not bulletproof, and it might generate unwanted code, that's why it's unsafe action.


### CLI

#### Enhancements

- Biome now reports a diagnostics when a `rome.json` file is found.
- `rome migrate --write` creates `biome.json` from `rome.json`, but it won't delete the `rome.json` file.
- `biome migrate --write` creates `biome.json` from `rome.json`, but it won't delete the `rome.json` file.

#### Bug fixes

Expand All @@ -45,7 +45,7 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom

#### Bug fixes

- The LSP now uses its own socket and won't rely on Rome's socket. This fixes some cases where users were seeing
- The LSP now uses its own socket and won't rely on Biome's socket. This fixes some cases where users were seeing
multiple servers in the `rage` output.

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

#### Enhancements

- Add a code action to replace `rome-ignore` with `biome-ignore`. Use `rome check --apply-unsafe` to update all the comments. The action is not bulletproof, and it might generate unwanted code, that's why it's unsafe action.
- Add a code action to replace `rome-ignore` with `biome-ignore`. Use `biome check --apply-unsafe` to update all the comments. The action is not bulletproof, and it might generate unwanted code, that's why it's unsafe action.


### CLI

#### Enhancements

- Biome now reports a diagnostics when a `rome.json` file is found.
- `rome migrate --write` creates `biome.json` from `rome.json`, but it won't delete the `rome.json` file.
- `biome migrate --write` creates `biome.json` from `rome.json`, but it won't delete the `rome.json` file.

#### Bug fixes

Expand All @@ -51,7 +51,7 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom

#### Bug fixes

- The LSP now uses its own socket and won't rely on Rome's socket. This fixes some cases where users were seeing
- The LSP now uses its own socket and won't rely on Biome's socket. This fixes some cases where users were seeing
multiple servers in the `rage` output.

### Formatter
Expand Down

0 comments on commit adff044

Please sign in to comment.