@akinon/eslint-plugin-projectzero 1.47.0-rc.8 → 1.48.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 -26
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # @akinon/eslint-plugin-projectzero
2
2
 
3
- ## 1.47.0-rc.8
4
-
5
- ## 1.47.0-rc.7
3
+ ## 1.48.0-rc.0
6
4
 
7
5
  ### Minor Changes
8
6
 
@@ -11,29 +9,7 @@
11
9
  - 64699d3: ZERO-2761: Fix invalid import for plugin module
12
10
  - c4747807: ZERO-2666: Add rule to check menu depth
13
11
 
14
- ## 1.47.0-rc.6
15
-
16
- ## 1.47.0-rc.5
17
-
18
- ## 1.47.0-rc.4
19
-
20
- ## 1.47.0-rc.3
21
-
22
- ### Minor Changes
23
-
24
- - 4d64ef7: ZERO-2611: Add check-sentry-options rule to eslint-plugin-projectzero
25
-
26
- ## 1.47.0-rc.2
27
-
28
- ## 1.47.0-rc.1
29
-
30
- ## 1.47.0-rc.0
31
-
32
- ### Minor Changes
33
-
34
- - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
35
- - 64699d3: ZERO-2761: Fix invalid import for plugin module
36
- - c4747807: ZERO-2666: Add rule to check menu depth
12
+ ## 1.47.0
37
13
 
38
14
  ## 1.46.0
39
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/eslint-plugin-projectzero",
3
- "version": "1.47.0-rc.8",
3
+ "version": "1.48.0-rc.0",
4
4
  "private": false,
5
5
  "description": "ESLint plugin for Project Zero Next",
6
6
  "main": "dist/index.js",