From 2b32df9803b43ee420b78d12c73e624218886050 Mon Sep 17 00:00:00 2001 From: heart <7362469@qq.com> Date: Sun, 24 Sep 2023 14:22:00 +0800 Subject: [PATCH] chore: release version 4.0.3 4.0.3 chore: update changelog --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f5595bc..2249092a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 4.0.3 (2023-09-24) + +* 4.0.3 ([08b53f3](https://github.com/cc-hearts/utils/commit/08b53f3)) +* feat: add useOnce func ([495dc4f](https://github.com/cc-hearts/utils/commit/495dc4f)) +* fix: fix commonjs build reproduction ([47b14e9](https://github.com/cc-hearts/utils/commit/47b14e9)) +* ci(workflow): add workflow for unit test ([75d6fa4](https://github.com/cc-hearts/utils/commit/75d6fa4)) +* docs: add static docs page ([f65d529](https://github.com/cc-hearts/utils/commit/f65d529)) +* chore: update pkg ([2820f5d](https://github.com/cc-hearts/utils/commit/2820f5d)) + + + ## 4.0.2 (2023-09-23) * 4.0.2 ([8483ac8](https://github.com/cc-hearts/utils/commit/8483ac8)) diff --git a/package.json b/package.json index 1d433ed4..65257d44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cc-heart/utils", - "version": "4.0.2", + "version": "4.0.3", "description": "🔧 javascript common tools collection", "type": "module", "repository": {