We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7276a5f commit 588c3daCopy full SHA for 588c3da
CHANGELOG.md
@@ -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
7
## [0.9.2](https://github.com/js-tool-pack/basic/compare/v0.9.1...v0.9.2) (2025-03-18)
8
9
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "@tool-pack/basic",
- "version": "0.9.2",
+ "version": "0.9.3",
"packageManager": "pnpm@9.3.0",
"sideEffects": false,
"description": "🛠 typescript javascript basic utils functions / 基础工具函数",
0 commit comments