Skip to content

Commit f1d8c5e

Browse files
author
Bruno Fantauzzi
committed
1.7.3
1 parent c5b3c7f commit f1d8c5e

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: oven-sh/setup-bun@v1
1212
- run: bun install
1313
with:
14-
bun-version: 1.0.27
14+
bun-version: 1.1.7
1515
- run: bun format:check
1616
- run: bun typecheck
1717
- run: bun test

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## 1.7.1
3+
## 1.7.3
44

5-
- Updated Biome to 1.7.1; added the following disables:
5+
- Updated Biome to 1.7.3; added the following disables:
66

77
```json
88
"no-eval": "off",

bun.lockb

0 Bytes
Binary file not shown.

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ module.exports = {
134134
"jsx-a11y/heading-has-content": "off",
135135
"jsx-a11y/html-has-lang": "off",
136136
"jsx-a11y/iframe-has-title": "off",
137+
"jsx-a11y/img-redundant-alt": "off",
137138
"jsx-a11y/lang": "off",
138139
"jsx-a11y/media-has-caption": "off",
139140
"jsx-a11y/mouse-events-have-key-events": "off",

0 commit comments

Comments
 (0)