@knotx/typescript-config 0.2.13 → 0.3.0
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.
- package/CHANGELOG.md +5 -71
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,79 +1,13 @@
|
|
|
1
1
|
# @knotx/typescript-config
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
3
|
+
## 0.3.0
|
|
6
4
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
## 0.2.12
|
|
10
|
-
|
|
11
|
-
### Patch Changes
|
|
5
|
+
### Minor Changes
|
|
12
6
|
|
|
13
|
-
-
|
|
7
|
+
- 7f4f1e2: docs(changeset): 0.3.0 (plugin callTool property)
|
|
14
8
|
|
|
15
|
-
## 0.2.
|
|
16
|
-
|
|
17
|
-
### Patch Changes
|
|
18
|
-
|
|
19
|
-
- 56391c0: daily publish
|
|
20
|
-
|
|
21
|
-
## 0.2.10
|
|
22
|
-
|
|
23
|
-
### Patch Changes
|
|
24
|
-
|
|
25
|
-
- f6fde8c: daily publish
|
|
26
|
-
|
|
27
|
-
## 0.2.9
|
|
28
|
-
|
|
29
|
-
### Patch Changes
|
|
30
|
-
|
|
31
|
-
- 22af871: daily publish
|
|
32
|
-
|
|
33
|
-
## 0.2.8
|
|
34
|
-
|
|
35
|
-
### Patch Changes
|
|
36
|
-
|
|
37
|
-
- c57e19a: daily publish
|
|
38
|
-
|
|
39
|
-
## 0.2.7
|
|
40
|
-
|
|
41
|
-
### Patch Changes
|
|
42
|
-
|
|
43
|
-
- d61ecfd: dataManager dryRun
|
|
44
|
-
|
|
45
|
-
## 0.2.6
|
|
46
|
-
|
|
47
|
-
### Patch Changes
|
|
48
|
-
|
|
49
|
-
- 3da0444: daily publish
|
|
50
|
-
|
|
51
|
-
## 0.2.5
|
|
52
|
-
|
|
53
|
-
### Patch Changes
|
|
54
|
-
|
|
55
|
-
- fcc9333: refactor decorators
|
|
56
|
-
|
|
57
|
-
## 0.2.4
|
|
58
|
-
|
|
59
|
-
### Patch Changes
|
|
60
|
-
|
|
61
|
-
- 94fc743: republish
|
|
62
|
-
|
|
63
|
-
## 0.2.3
|
|
64
|
-
|
|
65
|
-
### Patch Changes
|
|
66
|
-
|
|
67
|
-
- 3fc0f0b: build config change
|
|
68
|
-
|
|
69
|
-
## 0.2.2
|
|
70
|
-
|
|
71
|
-
### Patch Changes
|
|
72
|
-
|
|
73
|
-
- 82d596c: .mjs to .js
|
|
74
|
-
|
|
75
|
-
## 0.2.1
|
|
9
|
+
## 0.2.13
|
|
76
10
|
|
|
77
11
|
### Patch Changes
|
|
78
12
|
|
|
79
|
-
-
|
|
13
|
+
- 8e21871: daily publish
|