@transai/connector-runner-mkg 0.7.3 → 0.7.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/CHANGELOG.md +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 0.7.3 (2026-01-28)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **XODO-1303 XODO-1288:** handling of mkg actions ([#997](https://github.com/xip-online-applications/xod-core/pull/997))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Youri Lefers @yourilefers
10
+
1
11
  ## 0.7.2 (2026-01-23)
2
12
 
3
13
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transai/connector-runner-mkg",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },