@knotx/typescript-config 0.4.0 → 0.4.2

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