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 1518aee commit 0bc9d95Copy full SHA for 0bc9d95
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+<a name="0.0.31"></a>
2
+## [0.0.31](https://github.com/unity-template/utils/compare/v0.0.30...v0.0.31) (2021-03-12)
3
+
4
5
+### Bug Fixes
6
7
+* 🐛 webpack依赖版本降级 ([1518aee](https://github.com/unity-template/utils/commit/1518aee))
8
9
10
+### Features
11
12
+* 🎸 添加示例 ([271d4c0](https://github.com/unity-template/utils/commit/271d4c0))
13
14
15
16
<a name="0.0.30"></a>
17
## [0.0.30](https://github.com/unity-template/utils/compare/v0.0.29...v0.0.30) (2021-03-11)
18
package.json
@@ -1,6 +1,6 @@
{
"name": "onex-utils",
- "version": "0.0.30",
+ "version": "0.0.31",
"description": "业务工具库,提供通用的能力",
"main": "build/index.js",
"types": "./build",
0 commit comments