Skip to content

Commit e1b0285

Browse files
committed
release: v0.0.15
1 parent fbd2633 commit e1b0285

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.0.15](https://github.com/js-tool-pack/basic/compare/v0.0.14...v0.0.15) (2023-03-28)
2+
3+
### Features
4+
5+
- **string:** getClassNames ([f7a0d31](https://github.com/js-tool-pack/basic/commit/f7a0d31c08f9c7ac9935fb61d2e52b855e68f64d))
6+
- **string:** getClassNames 对象类型参数不再限制值的类型 ([7738d26](https://github.com/js-tool-pack/basic/commit/7738d26e77f157d7d6523b63a900a82615ec1bbd))
7+
- **string:** hideString 添加 replacementLen 选项,支持替换字符不等于实际字符数量 ([f4ab9ab](https://github.com/js-tool-pack/basic/commit/f4ab9abb271908fa752178ef3c1cf59950147c2a))
8+
19
## [0.0.14](https://github.com/js-tool-pack/basic/compare/v0.0.13...v0.0.14) (2023-03-12)
210

311
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tool-pack/basic",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"packageManager": "pnpm@7.1.0",
55
"sideEffects": false,
66
"description": "🛠 typescript javascript basic utils functions / 基础工具函数",

0 commit comments

Comments
 (0)