Skip to content

Commit

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

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

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

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

- `fs-extra` doesn't support named exports. &nbsp;-&nbsp; by @lvjiaxuan [<samp>(46ef8)</samp>](https://github.com/lvjiaxuan/eslint-config/commit/46ef867)

## v1.9.0 <sub>(2024-02-27)</sub>
[Compare changes](https://github.com/lvjiaxuan/eslint-config/compare/v1.8.2...v1.9.0)
Expand Down Expand Up @@ -147,11 +154,4 @@ Tag ranges `CurvyWormsGrow...v1.9.0` (10). [All GitHub Releases](https://github.
[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)

## CurvyWormsGrow <sub>(2023-05-17)</sub>
[Compare changes](https://github.com/lvjiaxuan/eslint-config/compare/BumpyRulesPost...CurvyWormsGrow)

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

- add script &nbsp;-&nbsp; by @lvjiaxuan [<samp>(c1adf)</samp>](https://github.com/lvjiaxuan/eslint-config/commit/c1adf50)
[Compare changes](https://github.com/lvjiaxuan/eslint-config/compare/CurvyWormsGrow...TenWolvesTeach)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lvjiaxuan/eslint-config-monorepo",
"version": "1.9.0",
"version": "1.9.1",
"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.0",
"version": "1.9.1",
"private": false,
"packageManager": "pnpm@8.15.4",
"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.0",
"version": "1.9.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.9.0",
"version": "1.9.1",
"description": "",
"author": "lvjiaxuan <471501748@qq.com> (https://github.com/lvjiaxuan)",
"keywords": [
Expand Down

0 comments on commit 3b78f76

Please sign in to comment.