We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f02eb commit 0cb3385Copy full SHA for 0cb3385
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+<a name="0.0.33-0"></a>
2
+## [0.0.33-0](https://github.com/unity-template/utils/compare/v0.0.32...v0.0.33-0) (2021-03-15)
3
+
4
5
+### Bug Fixes
6
7
+* 🐛 修改图片跨域问题 ([c3f02eb](https://github.com/unity-template/utils/commit/c3f02eb))
8
9
10
+### Features
11
12
+* 🎸 修改issue模板 ([baf1175](https://github.com/unity-template/utils/commit/baf1175))
13
14
15
16
<a name="0.0.32"></a>
17
## [0.0.32](https://github.com/unity-template/utils/compare/v0.0.31...v0.0.32) (2021-03-12)
18
package.json
@@ -1,6 +1,6 @@
{
"name": "onex-utils",
- "version": "0.0.32",
+ "version": "0.0.33-0",
"description": "业务工具库,提供通用的能力",
"main": "build/index.js",
"types": "./build",
0 commit comments