Skip to content

Commit

Permalink
chore(release): v1.0.0-beta.4
Browse files Browse the repository at this point in the history
# [1.0.0-beta.4](v1.0.0-beta.3...v1.0.0-beta.4) (2024-07-19)

### Performance Improvements

* **rules:** turn off `@typescript-eslint/no-unsafe-argument` ([5a2a2cf](5a2a2cf))
* **rules:** turn off `no-def` ([a2ae19b](a2ae19b))
  • Loading branch information
semantic-release-bot committed Jul 19, 2024
1 parent a2ae19b commit c6ba831
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.0.0-beta.4](https://github.com/akinoccc/eslint-config-airbe/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2024-07-19)


### Performance Improvements

* **rules:** turn off `@typescript-eslint/no-unsafe-argument` ([5a2a2cf](https://github.com/akinoccc/eslint-config-airbe/commit/5a2a2cfc4260178d2d510f94b8dcba9980941e93))
* **rules:** turn off `no-def` ([a2ae19b](https://github.com/akinoccc/eslint-config-airbe/commit/a2ae19b2187b5c5a6d8bb6621f716722228e0598))

# [1.0.0-beta.3](https://github.com/akinoccc/eslint-config-airbe/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2024-07-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbe",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "A shared eslint config to apply eslint fastly",
"keywords": [
"eslint",
Expand Down

0 comments on commit c6ba831

Please sign in to comment.