diff --git a/CHANGELOG.md b/CHANGELOG.md index d2e66ef..be7c116 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.3.9](https://github.com/renzp94/utils/compare/v0.3.8...v0.3.9) (2024-08-05) + + +### Bug修复 + +* **is(isEqual):** 修复filter类型报错的问题 ([48fb39c](https://github.com/renzp94/utils/commit/48fb39c8763149d09efbe35479205b065376a272)) + ### [0.3.8](https://github.com/renzp94/utils/compare/v0.3.7...v0.3.8) (2024-07-15) diff --git a/package.json b/package.json index 1073cfa..92fbefb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@renzp/utils", - "version": "0.3.8", + "version": "0.3.9", "author": "renzp <1074720760.qq.com>", "repository": { "type": "git", @@ -13,6 +13,7 @@ "@nubuild/cli": "^0.0.3", "@type-challenges/utils": "^0.1.1", "@types/bun": "^1.1.4", + "standard-version": "^9.5.0", "vitepress": "^1.2.3" }, "peerDependencies": { @@ -22,9 +23,13 @@ "url": "https://github.com/renzp94/utils/issues" }, "description": "一款零依赖、实用的Javascript/Typescript工具库", - "files": ["dist"], + "files": [ + "dist" + ], "homepage": "https://github.com/renzp94/utils#readme", - "keywords": ["utils"], + "keywords": [ + "utils" + ], "license": "MIT", "publishConfig": { "registry": "https://registry.npmjs.org",