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