Skip to content

Commit

Permalink
chore(release): 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renzp94 committed Jun 1, 2024
1 parent 394e363 commit 5bee786
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renzp/utils",
"version": "0.0.14",
"version": "0.0.15",
"description": "一款零依赖、实用的Javascript/Typescript工具库",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 5bee786

Please sign in to comment.