Skip to content

Commit

Permalink
chore: release 4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Oct 24, 2023
1 parent f819293 commit 8768765
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@


## [4.2.4](https://github.com/AgoraIO-Extensions/react-native-agora/compare/v4.2.3...v4.2.4) (2023-10-24)


### Bug Fixes

* can not upload to app store because of `CFBundleShortVersionString` not correct ([#716](https://github.com/AgoraIO-Extensions/react-native-agora/issues/716)) ([a358f0c](https://github.com/AgoraIO-Extensions/react-native-agora/commit/a358f0cd210f9c3faa0b8dbb85707ff08333f527))
* example crash NMS-16331 ([#714](https://github.com/AgoraIO-Extensions/react-native-agora/issues/714)) ([f819293](https://github.com/AgoraIO-Extensions/react-native-agora/commit/f819293b9e123448e541cf40ded3edb19b805833)), closes [#716](https://github.com/AgoraIO-Extensions/react-native-agora/issues/716)

## [4.2.3](https://github.com/AgoraIO-Extensions/react-native-agora/compare/v4.2.1...v4.2.3) (2023-10-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-agora",
"version": "4.2.3",
"version": "4.2.4",
"description": "Agora RTC SDK For React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 8768765

Please sign in to comment.