Skip to content

Commit 4834fc5

Browse files
committed
chore(release): 0.2.1
1 parent 5c5e99f commit 4834fc5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
### [0.2.1](https://github.com/renzp94/utils/compare/v0.2.0...v0.2.1) (2024-06-18)
6+
7+
8+
### 新功能
9+
10+
* **array:** 添加sort(数组排序)方法 ([3984609](https://github.com/renzp94/utils/commit/398460907549fa6f743e203919c8ca0a9cd25830))
11+
12+
13+
### 文档
14+
15+
* **array:** 添加sort文档 ([fc4159e](https://github.com/renzp94/utils/commit/fc4159e3a12782fc2fd801a2761bd843dc3f156f))
16+
517
## [0.2.0](https://github.com/renzp94/utils/compare/v0.1.2...v0.2.0) (2024-06-18)
618

719

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renzp/utils",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "一款零依赖、实用的Javascript/Typescript工具库",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)