@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -71
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,79 +1,13 @@
1
1
  # @knotx/typescript-config
2
2
 
3
- ## 0.2.13
4
-
5
- ### Patch Changes
3
+ ## 0.3.0
6
4
 
7
- - 8e21871: daily publish
8
-
9
- ## 0.2.12
10
-
11
- ### Patch Changes
5
+ ### Minor Changes
12
6
 
13
- - 0f1c53b: daily publish
7
+ - 7f4f1e2: docs(changeset): 0.3.0 (plugin callTool property)
14
8
 
15
- ## 0.2.11
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
- - 2ffd3c5: restart 0.2.0
13
+ - 8e21871: daily publish
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knotx/typescript-config",
3
3
  "type": "module",
4
- "version": "0.2.13",
4
+ "version": "0.3.0",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
7
7
  "publishConfig": {