diff --git a/CHANGELOG.md b/CHANGELOG.md index 53a8470..8af2884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.2.0](https://gitea.cuifuqi.online/utools-plug-in/markdown/compare/v1.1.0...v1.2.0) (2026-01-28) + + +### Features + +* **editor:** 添加图片预览功能并支持缩放 ([3373abe](https://gitea.cuifuqi.online/utools-plug-in/markdown/commits/3373abe563096eef18a631fc1c3125bee642a825)) + + + # 1.1.0 (2026-01-28) diff --git a/package-lock.json b/package-lock.json index fbf62b2..ebf2c44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "project-helper", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "project-helper", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "dependencies": { "@ant-design/icons-vue": "^7.0.1", diff --git a/package.json b/package.json index bb1aa91..910d936 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "project-helper", - "version": "1.1.0", + "version": "1.2.0", "description": "markdown 笔记本", "author": "Project Helper", "license": "MIT",