Skip to content

Commit 7e06656

Browse files
committed
chore(release): 0.0.11
1 parent 2845de7 commit 7e06656

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.0.11](https://github.com/renzp94/utils/compare/v0.0.10...v0.0.11) (2024-05-22)
6+
7+
8+
### 文档
9+
10+
* **validator:** 添加numberValidator路由 ([3decc80](https://github.com/renzp94/utils/commit/3decc8006dbefd55729c7c3cd54e1b6ac4b52d23))
11+
12+
13+
### CI配置
14+
15+
* 调整文档部署action触发时机 ([50cf38f](https://github.com/renzp94/utils/commit/50cf38ff8527837d62e297fd02fe5ebe579854d8))
16+
17+
18+
### 其他
19+
20+
* deepCopy更名为deepClone ([2845de7](https://github.com/renzp94/utils/commit/2845de7b0fb4506a8ab14f46a0ba7a167ce99f9a))
21+
* **validator:** 添加numberValidator方法返回值 ([7f4dcfc](https://github.com/renzp94/utils/commit/7f4dcfc904de459cc804f341885a7c0f7d92164c))
22+
523
### [0.0.10](https://github.com/renzp94/utils/compare/v0.0.9...v0.0.10) (2024-05-20)
624

725

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renzp/utils",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "一款零依赖、实用的Javascript/Typescript工具库",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)