@akinon/eslint-plugin-projectzero 1.60.0-rc.9 → 1.61.0-rc.22

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 -7
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,18 +1,14 @@
1
1
  # @akinon/eslint-plugin-projectzero
2
2
 
3
- ## 1.60.0-rc.9
4
-
5
- ## 1.60.0-rc.8
6
-
7
- ## 1.60.0-rc.7
8
-
9
- ## 1.60.0-rc.6
3
+ ## 1.61.0-rc.22
10
4
 
11
5
  ### Minor Changes
12
6
 
13
7
  - 5a4c6076: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
14
8
  - 64699d3f: ZERO-2761: Fix invalid import for plugin module
15
9
 
10
+ ## 1.60.0
11
+
16
12
  ## 1.59.0
17
13
 
18
14
  ## 1.58.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/eslint-plugin-projectzero",
3
- "version": "1.60.0-rc.9",
3
+ "version": "1.61.0-rc.22",
4
4
  "private": false,
5
5
  "description": "ESLint plugin for Project Zero Next",
6
6
  "main": "dist/index.js",