chore(release): 1.3.0
This commit is contained in:
parent
18db27a22c
commit
1bf39910dd
10
CHANGELOG.md
10
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.
|
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)
|
# [1.2.0](https://gitea.cuifuqi.online/utools-plug-in/markdown/compare/v1.1.0...v1.2.0) (2026-01-28)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "project-helper",
|
"name": "project-helper",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "project-helper",
|
"name": "project-helper",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ant-design/icons-vue": "^7.0.1",
|
"@ant-design/icons-vue": "^7.0.1",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"name": "project-helper",
|
"name": "project-helper",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"description": "markdown 笔记本",
|
"description": "markdown 笔记本",
|
||||||
"author": "Project Helper",
|
"author": "Project Helper",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue