From 1bf39910dd2e98134c3a0e33504eb6ecfdf76394 Mon Sep 17 00:00:00 2001 From: cfq Date: Wed, 28 Jan 2026 20:00:49 +0800 Subject: [PATCH] chore(release): 1.3.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af2884..d408649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +# [1.3.0](https://gitea.cuifuqi.online/utools-plug-in/markdown/compare/v1.2.0...v1.3.0) (2026-01-28) + + +### Features + +* **git:** 在面板中显示当前Git分支并改进布局 ([18db27a](https://gitea.cuifuqi.online/utools-plug-in/markdown/commits/18db27a22c29edd78addd244fb60c43c67469f38)) +* **git:** 增强Git面板功能并支持远程仓库操作 ([44a2c54](https://gitea.cuifuqi.online/utools-plug-in/markdown/commits/44a2c54da3049f3f30173613a501cc2773b253b8)) + + + # [1.2.0](https://gitea.cuifuqi.online/utools-plug-in/markdown/compare/v1.1.0...v1.2.0) (2026-01-28) diff --git a/package-lock.json b/package-lock.json index ebf2c44..fc4cf31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "project-helper", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "project-helper", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "dependencies": { "@ant-design/icons-vue": "^7.0.1", diff --git a/package.json b/package.json index 910d936..75d65b6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "project-helper", - "version": "1.2.0", + "version": "1.3.0", "description": "markdown 笔记本", "author": "Project Helper", "license": "MIT",