Skip to content

Commit bffb9b0

Browse files
chore: release master (#95)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 63ecdd4 commit bffb9b0

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/autofix": "2.0.0",
2+
"packages/autofix": "2.1.0",
33
"packages/no-autofix": "2.0.0",
44
"packages/web": "0.1.0"
55
}

packages/autofix/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/aladdin-add/eslint-plugin/compare/eslint-plugin-autofix-v2.0.0...eslint-plugin-autofix-v2.1.0) (2024-07-01)
4+
5+
6+
### Features
7+
8+
* add `no-new-native-nonconstructor` ([#93](https://github.com/aladdin-add/eslint-plugin/issues/93)) ([63ecdd4](https://github.com/aladdin-add/eslint-plugin/commit/63ecdd487312f8ceb98625d47328562d18c20d8b))
9+
310
## [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)
411

512

@@ -10,4 +17,3 @@
1017
### Features
1118

1219
* 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": "2.0.0",
3+
"version": "2.1.0",
44
"author": "薛定谔的猫 <[email protected]>",
55
"description": "autofix some errors reported by eslint rules.",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)