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