@fenge/eslint-plugin 0.1.2-beta.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -7
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,6 @@
1
1
  # @fenge/eslint-plugin
2
2
 
3
- ## 0.1.2-beta.1
4
-
5
- ### Patch Changes
6
-
7
- - 0d0f18c: chore: refresh pkg, no changes
8
-
9
- ## 0.1.2-beta.0
3
+ ## 0.1.2
10
4
 
11
5
  ### Patch Changes
12
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fenge/eslint-plugin",
3
- "version": "0.1.2-beta.1",
3
+ "version": "0.1.2",
4
4
  "description": "ESLint plugin for JavaScript.",
5
5
  "keywords": [
6
6
  "opinionated",
@@ -25,7 +25,7 @@
25
25
  "@types/estree": "1.0.6",
26
26
  "@types/json-schema": "7.0.15",
27
27
  "@types/node": "22.9.1",
28
- "@typescript-eslint/parser": "8.16.0",
28
+ "@typescript-eslint/parser": "8.18.0",
29
29
  "eslint": "8.57.1",
30
30
  "tsx": "4.19.2"
31
31
  },