From cfbe30617ed11ce43f71a4cd3a210c51d85f3523 Mon Sep 17 00:00:00 2001 From: suhaotian Date: Tue, 27 Feb 2024 11:00:43 +1100 Subject: [PATCH] chore(changelog): update --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32a3ae8..c8eb22b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # CHANGELOG 📝 -## v0.0.7 2024-02-26 +## v0.0.7 2024-02-27 - feat(core): suport nested object paramaters in default - feat(plugin): implemented **error retry**, **cache**, **throttle**, and upload/download **progress** plugins - fix(build): resolved Bunchee build output error with Vite projects. - chore(doc): updated README.md +- chore(examples): add bun, vite, and next build example for make sure it's working in these projects ## v0.0.6 2024-02-24