Browse Source

release. 2.3.3-alpha.6

matrixbirds 5 years ago
parent
commit
d031b23ba3
2 changed files with 2 additions and 1 deletions
  1. 1
    0
      CHANGELOG
  2. 1
    1
      package.json

+ 1
- 0
CHANGELOG View File

@@ -5,6 +5,7 @@
5 5
 - release 2.3.3-alpha.3
6 6
 - release 2.3.3-alpha.4 (remove deprecated native api)
7 7
 - release 2.3.3-alpha.5 (refactor event react api & refactor native wrapper)
8
+- release 2.3.3-alpha.6 (refactor with typescript & fix. iOS platform binding bug)
8 9
 
9 10
 
10 11
 #### 1.1.2

+ 1
- 1
package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "react-native-agora",
3
-  "version": "2.3.3-alpha.5",
3
+  "version": "2.3.3-alpha.6",
4 4
   "description": "声网Agora",
5 5
   "summary": "agora native sdk for react-native",
6 6
   "main": "lib/index.js",