diff --git a/CHANGELOG.md b/CHANGELOG.md index 682c1d9..245352a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,12 @@ This document records all notable changes to ShadCN Admin. --- +## [1.3.5](https://github.com/perfect-panel/frontend/compare/v1.3.4...v1.3.5) (2025-12-30) + +### 🐛 Bug Fixes / 问题修复 + +* Update getUserSubscribe function to accept short and token parameters for improved URL generation ([39ebd09](https://github.com/perfect-panel/frontend/commit/39ebd09f0989b37308c1c803d8e380f967ab0db5)) + ## [1.3.4](https://github.com/perfect-panel/frontend/compare/v1.3.3...v1.3.4) (2025-12-29) ### 🐛 Bug Fixes / 问题修复 diff --git a/package.json b/package.json index 1405e50..c3caacf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "1.3.4", + "version": "1.3.5", "private": true, "homepage": "https://github.com/perfect-panel/frontend", "bugs": {