diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d91de68..c68742e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [3.7.1](https://github.com/AgoraIO-Community/react-native-agora/compare/v3.7.0...v3.7.1) (2022-07-15) + + +### Bug Fixes + +* some build issue ([1e9cc49](https://github.com/AgoraIO-Community/react-native-agora/commit/1e9cc49f2b7b95019d9d7023ddbad4255ad6ebda)) + + +### Features + +* add plugin example ([18beb9a](https://github.com/AgoraIO-Community/react-native-agora/commit/18beb9aa0c44dcbaafdc4bd1a095fd6371153012)) + # [3.7.0](https://github.com/AgoraIO-Community/react-native-agora/compare/v3.6.2...v3.7.0) (2022-05-13) diff --git a/package.json b/package.json index 86444741..a9e4a6ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-agora", - "version": "3.7.0", + "version": "3.7.1", "description": "Agora RTC SDK For React Native", "main": "lib/commonjs/index", "module": "lib/module/index",