Skip to content

Commit

Permalink
Release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Feb 1, 2024
1 parent c8791b9 commit 832c732
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
20 changes: 11 additions & 9 deletions CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog

Tag ranges `NiceWomenBeg...v1.7.0` (10). [All GitHub Releases](https://github.com/lvjiaxuan/eslint-config/releases).
Tag ranges `WideSpoonsItch...v1.8.0` (10). [All GitHub Releases](https://github.com/lvjiaxuan/eslint-config/releases).

## v1.8.0 <sub>(2024-02-01)</sub>
[Compare changes](https://github.com/lvjiaxuan/eslint-config/compare/v1.7.0...v1.8.0)

### &nbsp;&nbsp;&nbsp;✨ Enhancements

- add OXLint &nbsp;-&nbsp; by @lvjiaxuan in [#11](https://github.com/lvjiaxuan/eslint-config/issues/11) [<samp>(92181)</samp>](https://github.com/lvjiaxuan/eslint-config/commit/921816e)
- **lvPlugin**: split legacy and flat configs export. &nbsp;-&nbsp; by @lvjiaxuan [<samp>(c8791)</samp>](https://github.com/lvjiaxuan/eslint-config/commit/c8791b9)
- **oxlin-plugin**: respect legacy config. &nbsp;-&nbsp; by @lvjiaxuan [<samp>(4e3ec)</samp>](https://github.com/lvjiaxuan/eslint-config/commit/4e3ec4e)

## v1.7.0 <sub>(2024-01-22)</sub>
[Compare changes](https://github.com/lvjiaxuan/eslint-config/compare/PinkEelsRelate...v1.7.0)
Expand Down Expand Up @@ -127,11 +136,4 @@ Tag ranges `NiceWomenBeg...v1.7.0` (10). [All GitHub Releases](https://github.co
- no-undef to ts &nbsp;-&nbsp; by @lvjiaxuan [<samp>(572f3)</samp>](https://github.com/lvjiaxuan/eslint-config/commit/572f39a)

## WideSpoonsItch <sub>(2023-05-12)</sub>
[Compare changes](https://github.com/lvjiaxuan/eslint-config/compare/NiceWomenBeg...WideSpoonsItch)

## NiceWomenBeg <sub>(2023-04-18)</sub>
[Compare changes](https://github.com/lvjiaxuan/eslint-config/compare/ClearDollsTravel...NiceWomenBeg)

### &nbsp;&nbsp;&nbsp;✨ Enhancements

- match more tsconfig file &nbsp;-&nbsp; by @lvjiaxuan [<samp>(40242)</samp>](https://github.com/lvjiaxuan/eslint-config/commit/40242c8)
[Compare changes](https://github.com/lvjiaxuan/eslint-config/compare/NiceWomenBeg...WideSpoonsItch)
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@lvjiaxuan/eslint-config",
"type": "module",
"version": "1.7.0",
"version": "1.8.0",
"private": false,
"packageManager": "pnpm@8.14.1",
"description": "My personal ESLint config preset.",
Expand Down Expand Up @@ -56,4 +56,4 @@
"all": true,
"tag": 10
}
}
}
4 changes: 2 additions & 2 deletions packages/eslint-plugin-oxlint/package.json
@@ -1,7 +1,7 @@
{
"name": "@lvjiaxuan/eslint-plugin-oxlint",
"type": "module",
"version": "1.7.0",
"version": "1.8.0",
"description": "Turn off rules supported by oxlint, provide classified configs",
"author": "lvjiaxuan <471501748@qq.com> (https://github.com/lvjiaxuan)",
"keywords": [
Expand Down Expand Up @@ -39,4 +39,4 @@
"@antfu/eslint-define-config": "1.23.0-2",
"@type-challenges/utils": "^0.1.1"
}
}
}
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
@@ -1,7 +1,7 @@
{
"name": "@lvjiaxuan/eslint-plugin",
"type": "module",
"version": "1.7.0",
"version": "1.8.0",
"description": "",
"author": "lvjiaxuan <471501748@qq.com> (https://github.com/lvjiaxuan)",
"keywords": [
Expand Down Expand Up @@ -40,4 +40,4 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}
}

0 comments on commit 832c732

Please sign in to comment.