Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.2...v1.1.0) (2024-09-08)

### Features

* **configs:** support `eslint-plugin-unused-imports` ([9a11cc3](9a11cc3))
  • Loading branch information
semantic-release-bot committed Sep 8, 2024
1 parent 8d828b9 commit 579d135
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/akinoccc/eslint-config-airbe/compare/v1.0.2...v1.1.0) (2024-09-08)


### Features

* **configs:** support `eslint-plugin-unused-imports` ([9a11cc3](https://github.com/akinoccc/eslint-config-airbe/commit/9a11cc3189a5f8afb5b3d7364bce5ed6b2c29517))

## [1.0.2](https://github.com/akinoccc/eslint-config-airbe/compare/v1.0.1...v1.0.2) (2024-08-05)


Expand Down
7 changes: 6 additions & 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.2",
"version": "1.1.0",
"description": "A shared eslint config to apply eslint fastly",
"keywords": [
"eslint",
Expand Down Expand Up @@ -75,5 +75,10 @@
"eslint-plugin-vue": "^9.27.0",
"typescript-eslint": "8.0.0-alpha.46",
"vue-eslint-parser": "^9.4.3"
},
"pnpm": {
"overrides": {
"micromatch@<4.0.8": ">=4.0.8"
}
}
}

0 comments on commit 579d135

Please sign in to comment.