Browse Source

pulbish: release 1.0.0-alpha.8

罗章 5 years ago
parent
commit
33cd290fe8
2 changed files with 11 additions and 2 deletions
  1. 10
    1
      CHANGELOG.md
  2. 1
    1
      package.json

+ 10
- 1
CHANGELOG.md View File

@@ -1 +1,10 @@
1
-CHANGELOG.md
1
+# Change Log
2
+
3
+1.0.0-alpha.7 / 2018-10-26
4
+==================
5
+
6
+  * feat:asyncListObjects support `prefix` in android and ios
7
+  * fix: repair copy slowly in android
8
+  * docs: add chanageLog
9
+  * docs: add asyncListObjects document
10
+  * chore: modify example

+ 1
- 1
package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "aliyun-oss-react-native",
3
-  "version": "1.0.0-alpha.6",
3
+  "version": "1.0.0-alpha.7",
4 4
   "description": "React Native SDK for aliyun object storage service",
5 5
   "main": "index.js",
6 6
   "scripts": {