@stream-io/video-client 0.6.5 → 0.6.6

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.6.6](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.6.5...@stream-io/video-client-0.6.6) (2024-03-29)
6
+
7
+
8
+ ### Features
9
+
10
+ * **client:** update to the latest OpenAPI ([#1301](https://github.com/GetStream/stream-video-js/issues/1301)) ([f195011](https://github.com/GetStream/stream-video-js/commit/f1950111cde0d9a91e6abd69395c858ac55c624c))
11
+
5
12
  ### [0.6.5](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.6.4...@stream-io/video-client-0.6.5) (2024-03-29)
6
13
 
7
14
 
@@ -14369,7 +14369,7 @@ class StreamClient {
14369
14369
  });
14370
14370
  };
14371
14371
  this.getUserAgent = () => {
14372
- const version = "0.6.5" ;
14372
+ const version = "0.6.6" ;
14373
14373
  return (this.userAgent ||
14374
14374
  `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${version}`);
14375
14375
  };