Skip to content

Commit

Permalink
Merge pull request #96 from terwer/release-please--branches--main--co…
Browse files Browse the repository at this point in the history
…mponents--release-please-action

chore(main): release 1.4.5
  • Loading branch information
terwer committed Aug 14, 2023
2 parents c85164c + 5449197 commit ddd2878
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 149 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,9 @@
# Changelog

## [1.4.4](https://github.com/terwer/siyuan-plugin-picgo/compare/v1.4.3...v1.4.4) (2023-08-12)
## [1.4.5](https://github.com/terwer/siyuan-plugin-picgo/compare/v1.4.4...v1.4.5) (2023-08-14)
### Bug Fixes
* 紧急修复 picgo 插件无法打开的问题 ([6f0f6c1](https://github.com/terwer/siyuan-plugin-picgo/commit/6f0f6c16c4fb95717a00deefdc8e10c79d67d743))
## [1.4.4](https://github.com/terwer/siyuan-plugin-picgo/compare/v1.4.3...v1.4.4) (2023-08-12)
* 紧急修复 picgo 插件初始化失败问题 ([3937259](https://github.com/terwer/siyuan-plugin-picgo/commit/3937259e78ef637118c78ec55df890ee1e39b0a9))
## [1.4.3](https://github.com/terwer/siyuan-plugin-picgo/compare/v1.4.2...v1.4.3) (2023-08-12)
* 优化部分日志级别 ([2d09312](https://github.com/terwer/siyuan-plugin-picgo/commit/2d093128a0f1e5d032ed9ce2f3d6c3e6cb43240c))
Expand Down
10 changes: 5 additions & 5 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "siyuan-plugin-picgo",
"private": true,
"version": "1.4.4",
"version": "1.4.5",
"type": "module",
"scripts": {
"serve": "vite",
Expand Down Expand Up @@ -34,7 +34,7 @@
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.1",
"vite-plugin-dts": "^3.5.2",
"vite-plugin-html": "^3.2.0",
"vite-plugin-static-copy": "^0.17.0",
"vitest": "^0.34.1",
Expand All @@ -58,10 +58,10 @@
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.4",
"zhi-common": "^1.14.1",
"zhi-common": "^1.14.2",
"zhi-device": "^2.3.0",
"zhi-fetch-middleware": "^0.2.19",
"zhi-fetch-middleware": "^0.2.21",
"zhi-lib-base": "^0.4.4",
"zhi-siyuan-api": "^2.0.20"
"zhi-siyuan-api": "^2.0.27"
}
}
2 changes: 1 addition & 1 deletion plugin.json
Expand Up @@ -2,7 +2,7 @@
"name": "siyuan-plugin-picgo",
"author": "terwer",
"url": "https://github.com/terwer/siyuan-plugin-picgo",
"version": "1.4.4",
"version": "1.4.5",
"minAppVersion": "2.9.0",
"backends": [
"windows",
Expand Down

0 comments on commit ddd2878

Please sign in to comment.