@stream-io/video-client 0.7.1 → 0.7.2

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [0.7.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.7.1...@stream-io/video-client-0.7.2) (2024-04-16)
6
+
7
+
8
+ ### Features
9
+
10
+ * update coordinator models ([#1317](https://github.com/GetStream/stream-video-js/issues/1317)) ([cdbee74](https://github.com/GetStream/stream-video-js/commit/cdbee747f1730f6965315e7c9ea9426287ff0cfd))
11
+
5
12
  ### [0.7.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.7.0...@stream-io/video-client-0.7.1) (2024-04-09)
6
13
 
7
14
 
@@ -14461,7 +14461,7 @@ class StreamClient {
14461
14461
  });
14462
14462
  };
14463
14463
  this.getUserAgent = () => {
14464
- const version = "0.7.1" ;
14464
+ const version = "0.7.2" ;
14465
14465
  return (this.userAgent ||
14466
14466
  `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${version}`);
14467
14467
  };