Skip to content

Commit aa603b7

Browse files
committed
0.0.26
1 parent fbce9a4 commit aa603b7

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="0.0.26"></a>
2+
## [0.0.26](https://github.com/unity-template/utils/compare/v0.0.25...v0.0.26) (2021-02-02)
3+
4+
5+
### Features
6+
7+
* 🎸 新增UMD使用方式 ([b974345](https://github.com/unity-template/utils/commit/b974345))
8+
* 支持UMD构建方式 ([fbce9a4](https://github.com/unity-template/utils/commit/fbce9a4))
9+
10+
11+
112
<a name="0.0.25"></a>
213
## [0.0.25](https://github.com/unity-template/utils/compare/v0.0.24...v0.0.25) (2021-01-28)
314

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "onex-utils",
3-
"version": "0.0.25",
3+
"version": "0.0.26",
44
"description": "业务工具库,提供通用的能力",
55
"main": "build/index.js",
66
"types": "./build",

0 commit comments

Comments
 (0)