Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Feb 10, 2024
1 parent 2324065 commit 9d5aca7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,16 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom

<div></div>
```
- Add partial for `.vue` files. Biome is able to format the script block of Vue files. Contributed by @nhedger

```diff
<script setup lang="ts">
- statement ( );
+ statement();
</script/>

<template></template>
```

#### Bug fixes

Expand Down
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 @@ -98,6 +98,16 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom

<div></div>
```
- Add partial for `.vue` files. Biome is able to format the script block of Vue files. Contributed by @nhedger

```diff
<script setup lang="ts">
- statement ( );
+ statement();
</script/>

<template></template>
```

#### Bug fixes

Expand Down

0 comments on commit 9d5aca7

Please sign in to comment.