@akinon/eslint-plugin-projectzero 1.42.0-rc.9 → 1.43.0-rc.0

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 +3 -22
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,33 +1,14 @@
1
1
  # @akinon/eslint-plugin-projectzero
2
2
 
3
- ## 1.42.0-rc.9
4
-
5
- ## 1.42.0-rc.8
6
-
7
- ## 1.42.0-rc.7
8
-
9
- ## 1.42.0-rc.6
10
-
11
- ## 1.42.0-rc.5
3
+ ## 1.43.0-rc.0
12
4
 
13
5
  ### Minor Changes
14
6
 
15
7
  - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
16
-
17
- ## 1.42.0-rc.4
18
-
19
- ## 1.42.0-rc.3
20
-
21
- ## 1.42.0-rc.2
22
-
23
- ## 1.42.0-rc.1
24
-
25
- ## 1.42.0-rc.0
26
-
27
- ### Minor Changes
28
-
29
8
  - c474780: ZERO-2666: Add rule to check menu depth
30
9
 
10
+ ## 1.42.0
11
+
31
12
  ## 1.41.0
32
13
 
33
14
  ## 1.40.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/eslint-plugin-projectzero",
3
- "version": "1.42.0-rc.9",
3
+ "version": "1.43.0-rc.0",
4
4
  "private": false,
5
5
  "description": "ESLint plugin for Project Zero Next",
6
6
  "main": "dist/index.js",