We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66176f commit 897f3bbCopy full SHA for 897f3bb
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# [2.0.0-beta.10](https://github.com/zjx0905/axios-miniprogram/compare/v2.0.0-beta.0...v2.0.0-beta.10) (2023-04-05)
2
+
3
4
+### Features
5
6
+* 支持 es2015 ([b66176f](https://github.com/zjx0905/axios-miniprogram/commit/b66176f0ed90eaec5c1377077359a234691ae1b3))
7
8
9
10
# 2.0.0-beta.0 (2023-04-04)
11
12
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "axios-miniprogram",
- "version": "2.0.0-beta.0",
+ "version": "2.0.0-beta.10",
"description": "基于 Promise 的 HTTP 请求库,适用于各大小程序平台。",
"main": "dist/axios-miniprogram.cjs.js",
"module": "dist/axios-miniprogram.esm.js",
@@ -91,4 +91,4 @@
91
]
92
}
93
94
-}
+}
0 commit comments