Skip to content

Commit

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

### Bug Fixes

* **configs:** return typedef ([285fabe](285fabe))
* incorrect typedef for options ([07b6197](07b6197))

### Features

* support the config of `import x` ([33159ce](33159ce))

### Performance Improvements

* split config ([feb06cf](feb06cf))
  • Loading branch information
semantic-release-bot committed Jul 30, 2024
1 parent 285fabe commit 3f719d8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.0.0-beta.7](https://github.com/akinoccc/eslint-config-airbe/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2024-07-30)


### Bug Fixes

* **configs:** return typedef ([285fabe](https://github.com/akinoccc/eslint-config-airbe/commit/285fabe722a9672517d2faee778810b25bd9ef25))
* incorrect typedef for options ([07b6197](https://github.com/akinoccc/eslint-config-airbe/commit/07b61978bfc7c56c0ed76c28a95a2017078d48b9))


### Features

* support the config of `import x` ([33159ce](https://github.com/akinoccc/eslint-config-airbe/commit/33159cef29c445249f9a3168b950fb0c95eca1af))


### Performance Improvements

* split config ([feb06cf](https://github.com/akinoccc/eslint-config-airbe/commit/feb06cf4e7b3175f478c316dbb708f9ae5b76819))

# [1.0.0-beta.6](https://github.com/akinoccc/eslint-config-airbe/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2024-07-28)


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.6",
"version": "1.0.0-beta.7",
"description": "A shared eslint config to apply eslint fastly",
"keywords": [
"eslint",
Expand Down

0 comments on commit 3f719d8

Please sign in to comment.