@knotx/eslint-config 0.4.0 → 0.4.1

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 +8 -81
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,93 +1,20 @@
1
1
  # @knotx/eslint-config
2
2
 
3
- ## 0.4.0
4
-
5
- ### Minor Changes
6
-
7
- - 20f4114: enhance selection & edgeType
8
-
9
- ### Patch Changes
10
-
11
- - Updated dependencies [20f4114]
12
- - @knotx/typescript-config@0.4.0
13
-
14
- ## 0.3.9
15
-
16
- ### Patch Changes
17
-
18
- - fa49e5e: fix jsonschema
19
- - Updated dependencies [fa49e5e]
20
- - @knotx/typescript-config@0.3.9
21
-
22
- ## 0.3.8
3
+ ## 0.4.1
23
4
 
24
5
  ### Patch Changes
25
6
 
26
- - @knotx/typescript-config@0.3.8
27
-
28
- ## 0.3.7
29
-
30
- ### Patch Changes
31
-
32
- - @knotx/typescript-config@0.3.7
33
-
34
- ## 0.3.6
35
-
36
- ### Patch Changes
37
-
38
- - @knotx/typescript-config@0.3.6
39
-
40
- ## 0.3.5
41
-
42
- ### Patch Changes
7
+ - ff0a63f: daily publish
8
+ - Updated dependencies [ff0a63f]
9
+ - @knotx/typescript-config@0.4.1
43
10
 
44
- - @knotx/typescript-config@0.3.5
45
-
46
- ## 0.3.4
47
-
48
- ### Patch Changes
49
-
50
- - @knotx/typescript-config@0.3.4
51
-
52
- ## 0.3.3
53
-
54
- ### Patch Changes
55
-
56
- - c40903b: daily publish
57
- - Updated dependencies [c40903b]
58
- - @knotx/typescript-config@0.3.3
59
-
60
- ## 0.3.2
61
-
62
- ### Patch Changes
63
-
64
- - 2d87753: daily publish
65
- - Updated dependencies [2d87753]
66
- - @knotx/typescript-config@0.3.2
67
-
68
- ## 0.3.1
69
-
70
- ### Patch Changes
71
-
72
- - d95a2a1: daily publish
73
- - Updated dependencies [d95a2a1]
74
- - @knotx/typescript-config@0.3.1
75
-
76
- ## 0.3.0
11
+ ## 0.4.0
77
12
 
78
13
  ### Minor Changes
79
14
 
80
- - 7f4f1e2: docs(changeset): 0.3.0 (plugin callTool property)
81
-
82
- ### Patch Changes
83
-
84
- - Updated dependencies [7f4f1e2]
85
- - @knotx/typescript-config@0.3.0
86
-
87
- ## 0.2.13
15
+ - 20f4114: enhance selection & edgeType
88
16
 
89
17
  ### Patch Changes
90
18
 
91
- - 8e21871: daily publish
92
- - Updated dependencies [8e21871]
93
- - @knotx/typescript-config@0.2.13
19
+ - Updated dependencies [20f4114]
20
+ - @knotx/typescript-config@0.4.0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knotx/eslint-config",
3
3
  "type": "module",
4
- "version": "0.4.0",
4
+ "version": "0.4.1",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -16,6 +16,6 @@
16
16
  "module": "./index.js",
17
17
  "dependencies": {
18
18
  "@antfu/eslint-config": "^4.11.0",
19
- "@knotx/typescript-config": "0.4.0"
19
+ "@knotx/typescript-config": "0.4.1"
20
20
  }
21
21
  }