@knotx/typescript-config 0.2.13 → 0.3.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 +7 -67
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,79 +1,19 @@
1
1
  # @knotx/typescript-config
2
2
 
3
- ## 0.2.13
4
-
5
- ### Patch Changes
6
-
7
- - 8e21871: daily publish
8
-
9
- ## 0.2.12
3
+ ## 0.3.1
10
4
 
11
5
  ### Patch Changes
12
6
 
13
- - 0f1c53b: daily publish
7
+ - d95a2a1: daily publish
14
8
 
15
- ## 0.2.11
16
-
17
- ### Patch Changes
18
-
19
- - 56391c0: daily publish
20
-
21
- ## 0.2.10
22
-
23
- ### Patch Changes
9
+ ## 0.3.0
24
10
 
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
11
+ ### Minor Changes
42
12
 
43
- - d61ecfd: dataManager dryRun
13
+ - 7f4f1e2: docs(changeset): 0.3.0 (plugin callTool property)
44
14
 
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
15
+ ## 0.2.13
76
16
 
77
17
  ### Patch Changes
78
18
 
79
- - 2ffd3c5: restart 0.2.0
19
+ - 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.1",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
7
7
  "publishConfig": {