diff --git a/packages/react-native-sdk/CHANGELOG.md b/packages/react-native-sdk/CHANGELOG.md index a8eab9822d..b4f98c1502 100644 --- a/packages/react-native-sdk/CHANGELOG.md +++ b/packages/react-native-sdk/CHANGELOG.md @@ -2,6 +2,12 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +### [0.0.9](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.8...@stream-io/video-react-native-sdk-0.0.9) (2023-09-11) + +### Dependency Updates + +* `@stream-io/video-client` updated to version `0.1.0` +* `@stream-io/video-react-bindings` updated to version `0.2.16` ### [0.0.8](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.7...@stream-io/video-react-native-sdk-0.0.8) (2023-09-07) diff --git a/packages/react-native-sdk/package.json b/packages/react-native-sdk/package.json index 4bffb6d539..2cfc632d16 100644 --- a/packages/react-native-sdk/package.json +++ b/packages/react-native-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@stream-io/video-react-native-sdk", - "version": "0.0.8", + "version": "0.0.9", "packageManager": "yarn@3.2.4", "main": "./dist/index.js", "types": "./dist/index.d.ts",