diff --git a/CHANGELOG.md b/CHANGELOG.md index 468de3c..d7b3dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2 (2024-04-18) + + +### Features + +* 添加常用类型判断 ([d62ebce](https://github.com/renzp94/utils/commit/d62ebcece1b4e82ffd277c44616066f603cb8902)) + ### 0.0.1 (2024-04-18) diff --git a/package.json b/package.json index 7652d78..aacd249 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,12 @@ { "name": "@renzp/utils", - "version": "0.0.1", + "version": "0.0.2", "description": "一款零依赖、实用的Javascript/Typescript工具库", "type": "module", "main": "dist/index.js", - "files": ["dist"], + "files": [ + "dist" + ], "types": "dist/index.d.ts", "author": "renzp <1074720760.qq.com>", "repository": { @@ -15,7 +17,9 @@ "bugs": { "url": "https://github.com/renzp94/utils/issues" }, - "keywords": ["utils"], + "keywords": [ + "utils" + ], "license": "MIT", "publishConfig": { "registry": "https://registry.npmjs.org",