Skip to content

Commit 4bdbd90

Browse files
committed
chore(release): 0.0.2
1 parent b7cb03f commit 4bdbd90

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# fe-toolsbox
2+
### [0.0.2](https://github.com/chenym1992/toolsbox/compare/v0.0.1...v0.0.2) (2022-08-12)
3+
4+
5+
### Features
6+
7+
* **functions:** debounce throttle ([88f7c1a](https://github.com/chenym1992/toolsbox/commit/88f7c1a19ce016de805bd79b52b12f46dc92fd3b))
8+
* **makeDurationPretty.ts:** makeDurationPretty ([dd77e13](https://github.com/chenym1992/toolsbox/commit/dd77e13742332c758d7d9202dc60c7f546ac105e))
9+
110
## 0.0.1 (2022-08-11)
211

312

@@ -7,7 +16,3 @@
716
* byteToString,stringToByte ([8619f73](https://github.com/chenym1992/toolsbox/commit/8619f73904d616c81573a0c438469ba6ea4ab287))
817
* url/getUrlParams ([3f3b27e](https://github.com/chenym1992/toolsbox/commit/3f3b27ee1a6680b7962c24a4699af6f002f9a203))
918
* **utils/index.ts:** isNil ([12bbfea](https://github.com/chenym1992/toolsbox/commit/12bbfea7cebc2aaa8bd3da7e93653e02d3b303dd))
10-
11-
12-
13-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fe-toolsbox",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"packageManager": "pnpm@7.9.0",
55
"description": "前端业务常用工具库",
66
"main": "dist/toolsbox.common.js",

0 commit comments

Comments
 (0)