From 5bee78640f7832322fa2856bda70ecb2ab487d10 Mon Sep 17 00:00:00 2001 From: renzp94 <1074720760@qq.com> Date: Sat, 1 Jun 2024 13:42:03 +0800 Subject: [PATCH] chore(release): 0.0.15 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddf5700..e452c85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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.15](https://github.com/renzp94/utils/compare/v0.0.14...v0.0.15) (2024-06-01) + + +### 其他 + +* 调整代码目录结构 ([41b3967](https://github.com/renzp94/utils/commit/41b3967784ee72b19ff218acb720edbee98a437c)) +* **jsr:0.0.14:** published ([012db67](https://github.com/renzp94/utils/commit/012db6739b86f0b9c74bc1750dff931125f7d442)) + + +### Bug修复 + +* **array:** 修复difference方法传入的key不存在对象中及过滤函数过滤不正确的问题 ([5ca0374](https://github.com/renzp94/utils/commit/5ca03748b7beb68cc38ac23190cb624008625e59)) + + +### 测试 + +* 优化代码及测试单元使coverage达到100% ([22f6261](https://github.com/renzp94/utils/commit/22f6261a2695be0b794ff08be73fc35a74cb9a2e)) + ### [0.0.14](https://github.com/renzp94/utils/compare/v0.0.13...v0.0.14) (2024-05-31) diff --git a/package.json b/package.json index d9556e5..e93fed7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@renzp/utils", - "version": "0.0.14", + "version": "0.0.15", "description": "一款零依赖、实用的Javascript/Typescript工具库", "type": "module", "main": "dist/index.js",