Skip to content

Commit

Permalink
Release v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Feb 1, 2024
1 parent 4f9d47a commit ceb4363
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

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

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

## v1.8.0 <sub>(2024-02-01)</sub>
[Compare changes](https://github.com/lvjiaxuan/eslint-config/compare/v1.7.0...v1.8.0)
Expand Down Expand Up @@ -133,7 +136,4 @@ Tag ranges `WideSpoonsItch...v1.8.0` (10). [All GitHub Releases](https://github.

### &nbsp;&nbsp;&nbsp;🐛 Fixes

- 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)
- no-undef to ts &nbsp;-&nbsp; by @lvjiaxuan [<samp>(572f3)</samp>](https://github.com/lvjiaxuan/eslint-config/commit/572f39a)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lvjiaxuan/eslint-config",
"type": "module",
"version": "1.8.0",
"version": "1.8.1",
"private": false,
"packageManager": "pnpm@8.14.1",
"description": "My personal ESLint config preset.",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-oxlint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lvjiaxuan/eslint-plugin-oxlint",
"type": "module",
"version": "1.8.0",
"version": "1.8.1",
"description": "Turn off rules supported by oxlint, provide classified configs",
"author": "lvjiaxuan <471501748@qq.com> (https://github.com/lvjiaxuan)",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lvjiaxuan/eslint-plugin",
"type": "module",
"version": "1.8.0",
"version": "1.8.1",
"description": "",
"author": "lvjiaxuan <471501748@qq.com> (https://github.com/lvjiaxuan)",
"keywords": [
Expand Down

0 comments on commit ceb4363

Please sign in to comment.