Skip to content

Commit

Permalink
chore(release): 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renzp94 committed Apr 24, 2024
1 parent 2280bc8 commit 7016f8e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.5](https://github.com/renzp94/utils/compare/v0.0.4...v0.0.5) (2024-04-24)


### Features

* **validator:** 添加emailValidator(邮箱验证)、idCardValidator(身份证验证)、phoneValidator(手机号验证)、telValidator(座机号验证)、zhValidator(中文验证)等方法 ([cb77502](https://github.com/renzp94/utils/commit/cb77502ff961a5c93f11e151d4abca0e81d7d023))


### Bug Fixes

* **docs:** 修正文档内容 ([33921da](https://github.com/renzp94/utils/commit/33921dacac2b166d9f17cfd2ba016dc31ebc59ce))

### [0.0.4](https://github.com/renzp94/utils/compare/v0.0.3...v0.0.4) (2024-04-23)


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.4",
"version": "0.0.5",
"description": "一款零依赖、实用的Javascript/Typescript工具库",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 7016f8e

Please sign in to comment.