Skip to content

Commit 462b76c

Browse files
committed
chore(release): v0.3.2
1 parent 6a69db7 commit 462b76c

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.3.2 (June 28, 2024)
2+
3+
- chore(deps): update deps
4+
- fix: add `import/no-extraneous-dependencies` in ts-config by default
5+
16
## 0.3.1 (June 24, 2024)
27

38
- chore(ci): update ci deps version

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"eslint": "^8.57.0",
1313
"zx": "^8.1.3"
1414
},
15-
"version": "0.3.1"
15+
"version": "0.3.2"
1616
}

packages/eslint-config-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arcblock/eslint-config-base",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Arcblock's ESLint config base",
55
"author": "zhanghan <[email protected]>",
66
"homepage": "https://github.com/ArcBlock/eslint-config#readme",

packages/eslint-config-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arcblock/eslint-config-ts",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Arcblock's base config for ESLint & Typescript",
55
"author": "wangshijun <[email protected]>",
66
"homepage": "https://github.com/ArcBlock/eslint-config#readme",

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arcblock/eslint-config",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Arcblock's ESLint config for react",
55
"author": "zhanghan <[email protected]>",
66
"homepage": "https://github.com/ArcBlock/eslint-config#readme",

0 commit comments

Comments
 (0)