From 08a767fd18c2d5223dce66a9c03b48c51e4d2924 Mon Sep 17 00:00:00 2001 From: JOYCEQL <1449239013@qq.com> Date: Sat, 28 Feb 2026 22:10:07 +0800 Subject: [PATCH] chore: release v2.0.1 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2afafb2..e238773 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,31 @@ # Changelog +## v2.0.0...main + +[compare changes](https://github.com/JOYCEQL/magic-resume/compare/v2.0.0...main) + +### 🚀 Enhancements + +- Implement resume creation modal with template selection and preview functionality ([accd34d](https://github.com/JOYCEQL/magic-resume/commit/accd34d)) + +### 🩹 Fixes + +- Set white text color in BaseInfo sections of creative and modern templates. ([86d5c55](https://github.com/JOYCEQL/magic-resume/commit/86d5c55)) + +### 🏡 Chore + +- Bumpp version ([0d05715](https://github.com/JOYCEQL/magic-resume/commit/0d05715)) +- Bumpp add all config ([9d43c60](https://github.com/JOYCEQL/magic-resume/commit/9d43c60)) + +### 🎨 Styles + +- Dashboard tempate card ui ([4ba25d6](https://github.com/JOYCEQL/magic-resume/commit/4ba25d6)) + +### ❤️ Contributors + +- JOYCEQL <1449239013@qq.com> + ## v2.0.0 🎉 **Major Update: Migration to TanStack Start** diff --git a/package.json b/package.json index a53e0d5..9dc510a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magic-resume", - "version": "2.0.0", + "version": "2.0.1", "private": true, "type": "module", "packageManager": "pnpm@10.3.0",