@reqlan/language 1.9.3 → 1.9.4

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/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,6 +29,12 @@ npm install @reqlan/language
29
29
 
30
30
  ## Changelog
31
31
 
32
+ ### 1.9.4
33
+
34
+ #### Patch Changes
35
+
36
+ - fccc1ea: build matrix in extension build
37
+
32
38
  ### 1.9.3
33
39
 
34
40
  #### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@reqlan/language",
3
3
  "description": "Langium language definition for reqlan (.rq) requirement files",
4
- "version": "1.9.3",
4
+ "version": "1.9.4",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-only",
7
7
  "repository": {