@akinon/eslint-plugin-projectzero 1.47.0-rc.6 → 1.47.0-rc.8

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 +11 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @akinon/eslint-plugin-projectzero
2
2
 
3
+ ## 1.47.0-rc.8
4
+
5
+ ## 1.47.0-rc.7
6
+
7
+ ### Minor Changes
8
+
9
+ - 4d64ef7: ZERO-2611: Add check-sentry-options rule to eslint-plugin-projectzero
10
+ - 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
11
+ - 64699d3: ZERO-2761: Fix invalid import for plugin module
12
+ - c4747807: ZERO-2666: Add rule to check menu depth
13
+
3
14
  ## 1.47.0-rc.6
4
15
 
5
16
  ## 1.47.0-rc.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/eslint-plugin-projectzero",
3
- "version": "1.47.0-rc.6",
3
+ "version": "1.47.0-rc.8",
4
4
  "private": false,
5
5
  "description": "ESLint plugin for Project Zero Next",
6
6
  "main": "dist/index.js",