@knotx/typescript-config 0.4.0 → 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 -44
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,53 +1,13 @@
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
10
-
11
- ### Patch Changes
12
-
13
- - fa49e5e: fix jsonschema
14
-
15
- ## 0.3.8
16
-
17
- ## 0.3.7
18
-
19
- ## 0.3.6
20
-
21
- ## 0.3.5
22
-
23
- ## 0.3.4
24
-
25
- ## 0.3.3
3
+ ## 0.4.1
26
4
 
27
5
  ### Patch Changes
28
6
 
29
- - c40903b: daily publish
7
+ - ff0a63f: daily publish
30
8
 
31
- ## 0.3.2
32
-
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
9
+ ## 0.4.0
44
10
 
45
11
  ### Minor Changes
46
12
 
47
- - 7f4f1e2: docs(changeset): 0.3.0 (plugin callTool property)
48
-
49
- ## 0.2.13
50
-
51
- ### Patch Changes
52
-
53
- - 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.4.0",
4
+ "version": "0.4.1",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
7
7
  "publishConfig": {