Skip to content

Commit e0a4de7

Browse files
ci: draft a new release (#20)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0ebd00d commit e0a4de7

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/slimy-dryers-call.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
# @masknet/eslint-plugin
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- 149da1c: Remove runtime depepdency of @typescript-eslint packages
8+
39
## 0.4.0
410

511
### Minor Changes
612

713
- c737772: Bump Node.js version requirement to 22
814
- c737772: Bump eslint version requirement to 9
915
- c737772: prefer-defer-import rule drops the webpack magic comment syntax and adopts the native syntax
10-
- c737772: Remove rule `type/no-instanceof-wrapper`, use [`unicorn/no-instanceof-builtins`](https://www.npmjs.com/package/eslint-plugin-unicorn) instead.
16+
- c737772: Remove rule `type/no-instanceof-wrapper`, use [`unicorn/no-instanceof-builtins`](https://www.npmjs.com/package/eslint-plugin-unicorn) instead.
1117

1218
### Patch Changes
1319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@masknet/eslint-plugin",
33
"packageManager": "[email protected]",
44
"type": "module",
5-
"version": "0.4.0",
5+
"version": "0.4.1",
66
"description": "eslint plugin for masknet",
77
"publishConfig": {
88
"access": "public"

0 commit comments

Comments
 (0)