Skip to content

Commit

Permalink
chore(release): 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renzp94 committed May 22, 2024
1 parent 8bd624f commit 5ac672e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.

### [0.0.11](https://github.com/renzp94/utils/compare/v0.0.10...v0.0.11) (2024-05-22)


### 文档

* **validator:** 添加numberValidator路由 ([3decc80](https://github.com/renzp94/utils/commit/3decc8006dbefd55729c7c3cd54e1b6ac4b52d23))


### CI配置

* 调整文档部署action触发时机 ([50cf38f](https://github.com/renzp94/utils/commit/50cf38ff8527837d62e297fd02fe5ebe579854d8))


### 其他

* deepCopy更名为deepClone ([2845de7](https://github.com/renzp94/utils/commit/2845de7b0fb4506a8ab14f46a0ba7a167ce99f9a))
* **validator:** 添加numberValidator方法返回值 ([7f4dcfc](https://github.com/renzp94/utils/commit/7f4dcfc904de459cc804f341885a7c0f7d92164c))

### [0.0.10](https://github.com/renzp94/utils/compare/v0.0.9...v0.0.10) (2024-05-20)


Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renzp/utils",
"version": "0.0.10",
"version": "0.0.11",
"exports": {
"./array": "./src/array.ts",
"./has": "./src/has.ts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renzp/utils",
"version": "0.0.10",
"version": "0.0.11",
"description": "一款零依赖、实用的Javascript/Typescript工具库",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 5ac672e

Please sign in to comment.