@transai/connector-runner-mkg 0.3.0 → 0.4.0

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 +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## 0.3.0 (2025-11-26)
2
+
3
+ ### 🚀 Features
4
+
5
+ - fix connector packages publish ([9b6c43a5](https://github.com/xip-online-applications/xod-core/commit/9b6c43a5))
6
+ - fix connector packages publish ([24714951](https://github.com/xip-online-applications/xod-core/commit/24714951))
7
+
8
+ ### 🧱 Updated Dependencies
9
+
10
+ - Updated @transai/connector-runtime-sdk to 0.2.0
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - Youri Lefers @yourilefers
15
+
1
16
  ## 0.2.0 (2025-11-19)
2
17
 
3
18
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transai/connector-runner-mkg",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },