@stream-io/video-client 0.3.26 → 0.3.28

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,20 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [0.3.28](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-0.3.27...@stream-io/video-client-0.3.28) (2023-09-28)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * use `@stream-io/video-client` as a tag prefix ([#1116](https://github.com/GetStream/stream-video-js/issues/1116)) ([418206a](https://github.com/GetStream/stream-video-js/commit/418206aaa3a013e0d551e109d8243e75a053d5a3))
11
+
12
+ ### [0.3.27](https://github.com/GetStream/stream-video-js/compare/client0.3.26...client0.3.27) (2023-09-28)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * use `@types/ws` as a regular dependency ([#1115](https://github.com/GetStream/stream-video-js/issues/1115)) ([bafad33](https://github.com/GetStream/stream-video-js/commit/bafad3317b7b899b4f2a6a3fdf3b051ad4c96c34))
18
+
5
19
  ### [0.3.26](https://github.com/GetStream/stream-video-js/compare/client0.3.25...client0.3.26) (2023-09-27)
6
20
 
7
21
 
@@ -13218,7 +13218,7 @@ class WSConnectionFallback {
13218
13218
  }
13219
13219
  }
13220
13220
 
13221
- const version = '0.3.26';
13221
+ const version = '0.3.28';
13222
13222
 
13223
13223
  const logger = getLogger(['location']);
13224
13224
  const HINT_URL = `https://hint.stream-io-video.com/`;