Skip to content

Commit 4df9485

Browse files
committed
1.0.1
1 parent 1e84bc8 commit 4df9485

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="1.0.1"></a>
2+
## [1.0.1](https://github.com/unity-template/utils/compare/v1.0.0...v1.0.1) (2022-01-17)
3+
4+
5+
### Features
6+
7+
* dom 中 insertScript 重构 Fixes [#50](https://github.com/unity-template/utils/issues/50) ([a948c8a](https://github.com/unity-template/utils/commit/a948c8a))
8+
9+
10+
111
<a name="1.0.0"></a>
212
# [1.0.0](https://github.com/unity-template/utils/compare/v0.0.74...v1.0.0) (2022-01-06)
313

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": "1.0.0",
3+
"version": "1.0.1",
44
"description": "沉淀业务开发过程中编写的一些业务函数和实现上采用的一些方案,避免业务开发过程中多仓库之间的代码的复制粘贴,将业务开发过程中将一些能力沉淀的此仓库中进行长期维护和迭代",
55
"main": "build/index.js",
66
"types": "./build",

0 commit comments

Comments
 (0)