Skip to content

Commit

Permalink
1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Fantauzzi committed May 9, 2024
1 parent c5b3c7f commit f1d8c5e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: oven-sh/setup-bun@v1
- run: bun install
with:
bun-version: 1.0.27
bun-version: 1.1.7
- run: bun format:check
- run: bun typecheck
- run: bun test
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## 1.7.1
## 1.7.3

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

```json
"no-eval": "off",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ module.exports = {
"jsx-a11y/heading-has-content": "off",
"jsx-a11y/html-has-lang": "off",
"jsx-a11y/iframe-has-title": "off",
"jsx-a11y/img-redundant-alt": "off",
"jsx-a11y/lang": "off",
"jsx-a11y/media-has-caption": "off",
"jsx-a11y/mouse-events-have-key-events": "off",
Expand Down

0 comments on commit f1d8c5e

Please sign in to comment.