@stream-io/video-client 1.0.10 → 1.1.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.
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
+ ## [1.1.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.0.10...@stream-io/video-client-1.1.0) (2024-06-03)
6
+
7
+
8
+ ### Features
9
+
10
+ * video filters on android ([#1382](https://github.com/GetStream/stream-video-js/issues/1382)) ([7ba8b0e](https://github.com/GetStream/stream-video-js/commit/7ba8b0e3b444869d38aae1a045dffb05444643f5))
11
+
5
12
  ### [1.0.10](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.0.9...@stream-io/video-client-1.0.10) (2024-05-31)
6
13
 
7
14
 
@@ -15287,7 +15287,7 @@ class StreamClient {
15287
15287
  });
15288
15288
  };
15289
15289
  this.getUserAgent = () => {
15290
- const version = "1.0.10" ;
15290
+ const version = "1.1.0" ;
15291
15291
  return (this.userAgent ||
15292
15292
  `stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${version}`);
15293
15293
  };