@akinon/eslint-plugin-projectzero 1.59.0-rc.5 → 1.60.0-rc.10

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