From c958e49c94e17ea90b8fada32c84c450625b3999 Mon Sep 17 00:00:00 2001 From: renzp94 <1074720760@qq.com> Date: Mon, 24 Jun 2024 14:17:12 +0800 Subject: [PATCH] chore(release): 0.3.1 --- CHANGELOG.md | 7 +++++++ package.json | 10 +++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96bd69a..01d3954 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.1](https://github.com/renzp94/utils/compare/v0.3.0...v0.3.1) (2024-06-24) + + +### 其他 + +* **is:** 调整isEqual函数引入其他方法的方式 ([3cb5cd9](https://github.com/renzp94/utils/commit/3cb5cd9f0d56bc165ceb3073667b6e7e11dec040)) + ## [0.3.0](https://github.com/renzp94/utils/compare/v0.2.3...v0.3.0) (2024-06-21) diff --git a/package.json b/package.json index 906695a..66f8bab 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,12 @@ { "name": "@renzp/utils", - "version": "0.3.0", + "version": "0.3.1", "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",