Skip to content

Commit 588c3da

Browse files
committedMar 18, 2025·
release: v0.9.3
1 parent 7276a5f commit 588c3da

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.9.3](https://github.com/js-tool-pack/basic/compare/v0.9.1...v0.9.3) (2025-03-18)
2+
3+
### Features
4+
5+
- **common:** 新增 DynamicEnum ([5f1800b](https://github.com/js-tool-pack/basic/commit/5f1800bcae2c658ab883e440af0b515661ed0d91))
6+
17
## [0.9.2](https://github.com/js-tool-pack/basic/compare/v0.9.1...v0.9.2) (2025-03-18)
28

39
### Features

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tool-pack/basic",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"packageManager": "pnpm@9.3.0",
55
"sideEffects": false,
66
"description": "🛠 typescript javascript basic utils functions / 基础工具函数",

0 commit comments

Comments
 (0)
Please sign in to comment.