From d02f1677c0e3c7ee03e5754e2a2a83acd77ed319 Mon Sep 17 00:00:00 2001 From: terwer Date: Sun, 17 Nov 2024 14:10:35 +0800 Subject: [PATCH 1/2] chore(main): release siyuan-plugin-picgo 1.11.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8a3003a..42b9bab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.4" + ".": "1.11.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 86734b5..8648c29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.5](https://github.com/terwer/siyuan-plugin-picgo/compare/siyuan-plugin-picgo-v1.11.4...siyuan-plugin-picgo-v1.11.5) (2024-11-17) + + +### Bug Fixes + +* copy file error in some cases ([06a3bd1](https://github.com/terwer/siyuan-plugin-picgo/commit/06a3bd16b85db0c38c59946444a842fcc8c4b0ee)) + ## [1.11.4](https://github.com/terwer/siyuan-plugin-picgo/compare/siyuan-plugin-picgo-v1.11.3...siyuan-plugin-picgo-v1.11.4) (2024-11-17) ### Bug Fixes * copy file error in some cases ([bf56986](https://github.com/terwer/siyuan-plugin-picgo/commit/bf56986eca3f27e550aa7f3d2c854ec2071e51a6)) @@ -203,4 +210,4 @@ ## [1.2.0](https://github.com/terwer/siyuan-plugin-picgo/compare/v1.1.1...v1.2.0) (2023-08-11) ## [1.1.1](https://github.com/terwer/siyuan-plugin-picgo/compare/v1.1.0...v1.1.1) (2023-06-15) ## [1.1.0](https://github.com/terwer/siyuan-plugin-picgo/compare/v1.0.0...v1.1.0) (2023-06-15) -## 1.0.0 (2023-06-14) \ No newline at end of file +## 1.0.0 (2023-06-14) diff --git a/package.json b/package.json index 134d987..9f43405 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siyuan-plugin-picgo", - "version": "1.11.4", + "version": "1.11.5", "description": "picgo plugin for siyuan-note", "scripts": { "clean": "./scripts/clean.sh", From 28c317271da2236c98c83e2d6c062dcb90e79bf9 Mon Sep 17 00:00:00 2001 From: terwer Date: Sun, 17 Nov 2024 14:12:00 +0800 Subject: [PATCH 2/2] fix: copy file error in some cases --- CHANGELOG.md | 10 ++-------- libs/Universal-PicGo-Core/package.json | 2 +- libs/Universal-PicGo-Store/package.json | 2 +- libs/zhi-siyuan-picgo/package.json | 2 +- packages/picgo-plugin-app/package.json | 2 +- packages/picgo-plugin-bootstrap/package.json | 2 +- plugin.json | 2 +- 7 files changed, 8 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8648c29..2cd0274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,9 @@ # Changelog ## [1.11.5](https://github.com/terwer/siyuan-plugin-picgo/compare/siyuan-plugin-picgo-v1.11.4...siyuan-plugin-picgo-v1.11.5) (2024-11-17) - - -### Bug Fixes - -* copy file error in some cases ([06a3bd1](https://github.com/terwer/siyuan-plugin-picgo/commit/06a3bd16b85db0c38c59946444a842fcc8c4b0ee)) - -## [1.11.4](https://github.com/terwer/siyuan-plugin-picgo/compare/siyuan-plugin-picgo-v1.11.3...siyuan-plugin-picgo-v1.11.4) (2024-11-17) ### Bug Fixes * copy file error in some cases ([bf56986](https://github.com/terwer/siyuan-plugin-picgo/commit/bf56986eca3f27e550aa7f3d2c854ec2071e51a6)) +## [1.11.4](https://github.com/terwer/siyuan-plugin-picgo/compare/siyuan-plugin-picgo-v1.11.3...siyuan-plugin-picgo-v1.11.4) (2024-11-17) ## [1.11.3](https://github.com/terwer/siyuan-plugin-picgo/compare/siyuan-plugin-picgo-v1.11.2...siyuan-plugin-picgo-v1.11.3) (2024-11-16) * make siyuanpicgo singleton ([e493573](https://github.com/terwer/siyuan-plugin-picgo/commit/e493573f1cae7aaa683d31d59d13f6c25d54f070)) * move file error ([d949e50](https://github.com/terwer/siyuan-plugin-picgo/commit/d949e50b8a4d8b4330164079e97a89f3bb5474c4)) @@ -210,4 +204,4 @@ ## [1.2.0](https://github.com/terwer/siyuan-plugin-picgo/compare/v1.1.1...v1.2.0) (2023-08-11) ## [1.1.1](https://github.com/terwer/siyuan-plugin-picgo/compare/v1.1.0...v1.1.1) (2023-06-15) ## [1.1.0](https://github.com/terwer/siyuan-plugin-picgo/compare/v1.0.0...v1.1.0) (2023-06-15) -## 1.0.0 (2023-06-14) +## 1.0.0 (2023-06-14) \ No newline at end of file diff --git a/libs/Universal-PicGo-Core/package.json b/libs/Universal-PicGo-Core/package.json index faf0feb..adc0918 100644 --- a/libs/Universal-PicGo-Core/package.json +++ b/libs/Universal-PicGo-Core/package.json @@ -1,6 +1,6 @@ { "name": "universal-picgo", - "version": "1.11.4", + "version": "1.11.5", "type": "module", "description": "picgo lib for node, browser and electron", "main": "./dist/index.js", diff --git a/libs/Universal-PicGo-Store/package.json b/libs/Universal-PicGo-Store/package.json index 447dfe3..afc87e1 100644 --- a/libs/Universal-PicGo-Store/package.json +++ b/libs/Universal-PicGo-Store/package.json @@ -1,6 +1,6 @@ { "name": "universal-picgo-store", - "version": "1.11.4", + "version": "1.11.5", "type": "module", "description": "For PicGo projects to write & read data from browser, node or electron", "main": "./dist/index.js", diff --git a/libs/zhi-siyuan-picgo/package.json b/libs/zhi-siyuan-picgo/package.json index 7601af4..9b6210e 100644 --- a/libs/zhi-siyuan-picgo/package.json +++ b/libs/zhi-siyuan-picgo/package.json @@ -1,6 +1,6 @@ { "name": "zhi-siyuan-picgo", - "version": "1.11.4", + "version": "1.11.5", "type": "module", "description": "picgo lib for siyuan-note", "main": "./dist/index.js", diff --git a/packages/picgo-plugin-app/package.json b/packages/picgo-plugin-app/package.json index 5a2a24c..fa4d296 100644 --- a/packages/picgo-plugin-app/package.json +++ b/packages/picgo-plugin-app/package.json @@ -1,7 +1,7 @@ { "name": "picgo-plugin-app", "private": true, - "version": "1.11.4", + "version": "1.11.5", "type": "module", "scripts": { "serve": "python -u scripts/serve.py && vite", diff --git a/packages/picgo-plugin-bootstrap/package.json b/packages/picgo-plugin-bootstrap/package.json index 4c72a75..226d86b 100644 --- a/packages/picgo-plugin-bootstrap/package.json +++ b/packages/picgo-plugin-bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "picgo-plugin-bootstrap", - "version": "1.11.4", + "version": "1.11.5", "description": "plugin bootstrap for siyuan-note", "type": "module", "repository": "terwer/siyuan-plugin-bootstrap", diff --git a/plugin.json b/plugin.json index 658cac3..bf1ee11 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "name": "siyuan-plugin-picgo", "author": "terwer", "url": "https://github.com/terwer/siyuan-plugin-picgo", - "version": "1.11.4", + "version": "1.11.5", "minAppVersion": "2.9.0", "backends": [ "windows",