@knotx/typescript-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 +4 -38
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,47 +1,13 @@
1
1
  # @knotx/typescript-config
2
2
 
3
- ## 0.3.9
3
+ ## 0.4.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - fa49e5e: fix jsonschema
7
+ - ff0a63f: daily publish
8
8
 
9
- ## 0.3.8
10
-
11
- ## 0.3.7
12
-
13
- ## 0.3.6
14
-
15
- ## 0.3.5
16
-
17
- ## 0.3.4
18
-
19
- ## 0.3.3
20
-
21
- ### Patch Changes
22
-
23
- - c40903b: daily publish
24
-
25
- ## 0.3.2
26
-
27
- ### Patch Changes
28
-
29
- - 2d87753: daily publish
30
-
31
- ## 0.3.1
32
-
33
- ### Patch Changes
34
-
35
- - d95a2a1: daily publish
36
-
37
- ## 0.3.0
9
+ ## 0.4.0
38
10
 
39
11
  ### Minor Changes
40
12
 
41
- - 7f4f1e2: docs(changeset): 0.3.0 (plugin callTool property)
42
-
43
- ## 0.2.13
44
-
45
- ### Patch Changes
46
-
47
- - 8e21871: daily publish
13
+ - 20f4114: enhance selection & edgeType
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knotx/typescript-config",
3
3
  "type": "module",
4
- "version": "0.3.9",
4
+ "version": "0.4.1",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
7
7
  "publishConfig": {