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

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