From 2c7ad08e3874fd51be2d694a144958aa49c0cc30 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Nov 2025 04:56:19 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20chore(release):=20Release=201.0.?= =?UTF-8?q?1=20/=20=E5=8F=91=E5=B8=83=E7=89=88=E6=9C=AC=201.0.1=20[skip=20?= =?UTF-8?q?ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.0.1](https://github.com/perfect-panel/frontend/compare/v1.0.0...v1.0.1) (2025-11-27) ### 🐛 Bug Fixes / 问题修复 * configure axios request with base URL and update typings ([0f393c7](https://github.com/perfect-panel/frontend/commit/0f393c77efc89591ac3be6ced73763ea9beb6e77)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 672a8b7..b2b215d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,12 @@ This document records all notable changes to ShadCN Admin. --- +## [1.0.1](https://github.com/perfect-panel/frontend/compare/v1.0.0...v1.0.1) (2025-11-27) + +### 🐛 Bug Fixes / 问题修复 + +* configure axios request with base URL and update typings ([0f393c7](https://github.com/perfect-panel/frontend/commit/0f393c77efc89591ac3be6ced73763ea9beb6e77)) + ## 1.0.0 (2025-11-27) ### ✨ Features / 新功能 diff --git a/package.json b/package.json index 98873a0..145b14f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "1.0.0", + "version": "1.0.1", "private": true, "homepage": "https://github.com/perfect-panel/frontend", "bugs": {