From 7016f8e19826e04419a5846d79929f03b4ac1ccf Mon Sep 17 00:00:00 2001 From: renzp94 <1074720760@qq.com> Date: Wed, 24 Apr 2024 13:41:18 +0800 Subject: [PATCH] chore(release): 0.0.5 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62fe466..549bb47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 236d369..5ef4a9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@renzp/utils", - "version": "0.0.4", + "version": "0.0.5", "description": "一款零依赖、实用的Javascript/Typescript工具库", "type": "module", "main": "dist/index.js",