Skip to content

Commit

Permalink
update website
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-yu committed Feb 6, 2024
1 parent 662d980 commit ed18e85
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/src/content/docs/internals/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom

### Analyzer

#### Bug fixed

- Fix [#1748](https://github.com/biomejs/biome/issues/1748). Now for the following case we won't provide an unsafe fix for the `noNonNullAssertion` rule:

```ts
x[y.z!];
```

Contributed by @ah-yu

### CLI

#### New features
Expand Down

0 comments on commit ed18e85

Please sign in to comment.