@reqlan/language 1.5.0 → 1.5.3
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.
- package/README.md +18 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,6 +29,24 @@ npm install @reqlan/language
|
|
|
29
29
|
|
|
30
30
|
## Changelog
|
|
31
31
|
|
|
32
|
+
### 1.5.3
|
|
33
|
+
|
|
34
|
+
#### Patch Changes
|
|
35
|
+
|
|
36
|
+
- 3e940a2: cicd trigger.
|
|
37
|
+
|
|
38
|
+
### 1.5.2
|
|
39
|
+
|
|
40
|
+
#### Patch Changes
|
|
41
|
+
|
|
42
|
+
- 9586a97: package publish trigger
|
|
43
|
+
|
|
44
|
+
### 1.5.1
|
|
45
|
+
|
|
46
|
+
#### Patch Changes
|
|
47
|
+
|
|
48
|
+
- b905cd0: update npm deployement.
|
|
49
|
+
|
|
32
50
|
### 1.5.0
|
|
33
51
|
|
|
34
52
|
#### Minor Changes
|