Skip to content

Commit

Permalink
Release v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Apr 11, 2024
1 parent 34b26db commit 6fc4eed
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

Tag ranges `TenWolvesTeach...v1.9.1` (10). [All GitHub Releases](https://github.com/lvjiaxuan/eslint-config/releases).
Tag ranges `GentleSquidsMake...v1.10.0` (10). [All GitHub Releases](https://github.com/lvjiaxuan/eslint-config/releases).

## v1.10.0 <sub>(2024-04-11)</sub>
[Compare changes](https://github.com/lvjiaxuan/eslint-config/compare/v1.9.1...v1.10.0)

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

- piped antfu &nbsp;-&nbsp; by @lvjiaxuan [<samp>(66e0d)</samp>](https://github.com/lvjiaxuan/eslint-config/commit/66e0dcc)
- `deny` supports array &nbsp;-&nbsp; by @lvjiaxuan [<samp>(34b26)</samp>](https://github.com/lvjiaxuan/eslint-config/commit/34b26db)

## v1.9.1 <sub>(2024-03-04)</sub>
[Compare changes](https://github.com/lvjiaxuan/eslint-config/compare/v1.9.0...v1.9.1)
Expand Down Expand Up @@ -151,7 +159,4 @@ Tag ranges `TenWolvesTeach...v1.9.1` (10). [All GitHub Releases](https://github.
- follow antfu's config &nbsp;-&nbsp; by @lvjiaxuan [<samp>(52e08)</samp>](https://github.com/lvjiaxuan/eslint-config/commit/52e08a3)

## GentleSquidsMake <sub>(2023-09-20)</sub>
[Compare changes](https://github.com/lvjiaxuan/eslint-config/compare/TenWolvesTeach...GentleSquidsMake)

## TenWolvesTeach <sub>(2023-08-01)</sub>
[Compare changes](https://github.com/lvjiaxuan/eslint-config/compare/CurvyWormsGrow...TenWolvesTeach)
[Compare changes](https://github.com/lvjiaxuan/eslint-config/compare/TenWolvesTeach...GentleSquidsMake)
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-monorepo",
"type": "module",
"version": "1.9.1",
"version": "1.10.0",
"private": true,
"scripts": {
"lint": "oxlint . && eslint .",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lvjiaxuan/eslint-config",
"type": "module",
"version": "1.9.1",
"version": "1.10.0",
"private": false,
"packageManager": "pnpm@8.15.6",
"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.9.1",
"version": "1.10.0",
"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.9.1",
"version": "1.10.0",
"description": "",
"author": "lvjiaxuan <471501748@qq.com> (https://github.com/lvjiaxuan)",
"keywords": [
Expand Down

0 comments on commit 6fc4eed

Please sign in to comment.