Skip to content

Commit

Permalink
Merge pull request #632 from terwer/release-please--branches--main--c…
Browse files Browse the repository at this point in the history
…omponents--siyuan-plugin-picgo

chore(main): release siyuan-plugin-picgo 1.11.4
  • Loading branch information
terwer authored Nov 17, 2024
2 parents 3c1e716 + 8f7ebb2 commit 95394d7
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.11.3"
".": "1.11.4"
}
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog

## [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)
## [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.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))
## [1.11.2](https://github.com/terwer/siyuan-plugin-picgo/compare/siyuan-plugin-picgo-v1.11.1...siyuan-plugin-picgo-v1.11.2) (2024-11-16)
Expand Down
2 changes: 1 addition & 1 deletion libs/Universal-PicGo-Core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "universal-picgo",
"version": "1.11.3",
"version": "1.11.4",
"type": "module",
"description": "picgo lib for node, browser and electron",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion libs/Universal-PicGo-Store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "universal-picgo-store",
"version": "1.11.3",
"version": "1.11.4",
"type": "module",
"description": "For PicGo projects to write & read data from browser, node or electron",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion libs/zhi-siyuan-picgo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zhi-siyuan-picgo",
"version": "1.11.3",
"version": "1.11.4",
"type": "module",
"description": "picgo lib for siyuan-note",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "siyuan-plugin-picgo",
"version": "1.11.3",
"version": "1.11.4",
"description": "picgo plugin for siyuan-note",
"scripts": {
"clean": "./scripts/clean.sh",
Expand Down
2 changes: 1 addition & 1 deletion packages/picgo-plugin-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "picgo-plugin-app",
"private": true,
"version": "1.11.3",
"version": "1.11.4",
"type": "module",
"scripts": {
"serve": "python -u scripts/serve.py && vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/picgo-plugin-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "picgo-plugin-bootstrap",
"version": "1.11.3",
"version": "1.11.4",
"description": "plugin bootstrap for siyuan-note",
"type": "module",
"repository": "terwer/siyuan-plugin-bootstrap",
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "siyuan-plugin-picgo",
"author": "terwer",
"url": "https://github.com/terwer/siyuan-plugin-picgo",
"version": "1.11.3",
"version": "1.11.4",
"minAppVersion": "2.9.0",
"backends": [
"windows",
Expand Down

0 comments on commit 95394d7

Please sign in to comment.