@yoda.digital/iris-gateway 1.13.10 → 1.13.11

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 +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [1.13.11](https://github.com/yoda-digital/iris-gateway/compare/v1.13.10...v1.13.11) (2026-03-21)
2
+
3
+ ### Bug Fixes
4
+
5
+ * [#203](https://github.com/yoda-digital/iris-gateway/issues/203) — add coverage for fetchMediaFromUrl timeout and post-download size guard ([#206](https://github.com/yoda-digital/iris-gateway/issues/206)) ([c981c5f](https://github.com/yoda-digital/iris-gateway/commit/c981c5f5f67e7e4deeeb1174ea5337dc1f17058a))
6
+
1
7
  ## [1.13.10](https://github.com/yoda-digital/iris-gateway/compare/v1.13.9...v1.13.10) (2026-03-20)
2
8
 
3
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoda.digital/iris-gateway",
3
- "version": "1.13.10",
3
+ "version": "1.13.11",
4
4
  "description": "Multi-channel AI messaging gateway powered by OpenCode CLI",
5
5
  "homepage": "https://github.com/yoda-digital/iris-gateway",
6
6
  "repository": {