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