Skip to content

Commit 0a5ba04

Browse files
chore: release master (#89)
* chore: release master * docs: update changelog --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: 唯然 <[email protected]>
1 parent 4aa041b commit 0a5ba04

File tree

7 files changed

+44
-6
lines changed

7 files changed

+44
-6
lines changed

.github/release-please/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/autofix": "1.1.0",
3-
"packages/no-autofix": "1.2.3",
4-
"packages/web": "0.0.3"
2+
"packages/autofix": "2.0.0",
3+
"packages/no-autofix": "2.0.0",
4+
"packages/web": "0.1.0"
55
}

packages/autofix/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/aladdin-add/eslint-plugin/compare/eslint-plugin-autofix-v1.1.0...eslint-plugin-autofix-v2.0.0) (2024-05-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* support eslint v9 & requires node >= 18
9+
10+
### Features
11+
12+
* support eslint v9 & requires node &gt;= 18 ([066e38c](https://github.com/aladdin-add/eslint-plugin/commit/066e38c866771b25fa3f09df69c71d603390e20e))
13+

packages/autofix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-autofix",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"author": "薛定谔的猫 <[email protected]>",
55
"description": "autofix some errors reported by eslint rules.",
66
"main": "./lib/index.js",

packages/no-autofix/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/aladdin-add/eslint-plugin/compare/eslint-plugin-no-autofix-v1.2.3...eslint-plugin-no-autofix-v2.0.0) (2024-05-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* support eslint v9 & requires node >= 18
9+
10+
### Features
11+
12+
* support eslint v9 & requires node &gt;= 18 ([066e38c](https://github.com/aladdin-add/eslint-plugin/commit/066e38c866771b25fa3f09df69c71d603390e20e))
13+

packages/no-autofix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-no-autofix",
3-
"version": "1.2.3",
3+
"version": "2.0.0",
44
"author": "薛定谔的猫 <[email protected]>",
55
"description": "eslint rules without fixer.",
66
"main": "./lib/index.js",

packages/web/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/aladdin-add/eslint-plugin/compare/eslint-plugin-web-v0.0.3...eslint-plugin-web-v0.1.0) (2024-05-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* support eslint v9 & requires node >= 18
9+
10+
### Features
11+
12+
* support eslint v9 & requires node &gt;= 18 ([066e38c](https://github.com/aladdin-add/eslint-plugin/commit/066e38c866771b25fa3f09df69c71d603390e20e))

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-web",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"author": "唯然<[email protected]",
55
"description": "Additional ESLint's rules for web.",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)