@orderly.network/eslint-config 2.6.1 → 2.6.2

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 +19 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @orderly.network/eslint-config
2
2
 
3
+ ## 2.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - publish
8
+ - 7f81015: publish
9
+ - 17613f1: publish
10
+ - ea9c8dc: publish
11
+ - 8afbe01: publish
12
+ - 45b6806: publish
13
+ - 2f90f1d: publish
14
+ - 12d3b9f: publish
15
+
16
+ ## 2.6.2-alpha.0
17
+
18
+ ### Patch Changes
19
+
20
+ - publish
21
+
3
22
  ## 2.6.1
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderly.network/eslint-config",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
4
4
  "main": "index.mjs",
5
5
  "module": "index.mjs",
6
6
  "license": "MIT",