Skip to content

Commit 4371651

Browse files
authored
Merge pull request #654 from terwer/release-please--branches--main--components--siyuan-plugin-blog
chore(main): release siyuan-plugin-blog 6.4.1
2 parents f637dad + 8ba395f commit 4371651

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.4.0"
2+
".": "6.4.1"
33
}

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Changelog
22

3+
## [6.4.1](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.4.0...siyuan-plugin-blog-v6.4.1) (2025-03-10)
4+
### Bug Fixes
5+
* image not show in some cases ([f637dad](https://github.com/terwer/siyuan-plugin-blog/commit/f637dad51ae6f0a852719c782017c087ff9af442))
36
## [6.4.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.3.0...siyuan-plugin-blog-v6.4.0) (2025-01-22)
47
### Features
58
* change ip ([1ef7fa3](https://github.com/terwer/siyuan-plugin-blog/commit/1ef7fa3f930ded4adb69d1aa4f25514bd5ca4a25))
69
### Miscellaneous
710
* add provider startup script ([02b592f](https://github.com/terwer/siyuan-plugin-blog/commit/02b592f013a0b5a68dbee2b33f4ffbf366ceba0a))
811
## [6.3.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.2.0...siyuan-plugin-blog-v6.3.0) (2025-01-22)
912
* add memo support ([6a8c5da](https://github.com/terwer/siyuan-plugin-blog/commit/6a8c5da3d66580e101c8b228d6fc8f5fd5f5761d))
10-
### Bug Fixes
1113
* content overflow ([6335c1c](https://github.com/terwer/siyuan-plugin-blog/commit/6335c1c4eb6301ae31ff7f1ac391eb37df8b417c))
1214
* provider mode 404 page ([80f0c58](https://github.com/terwer/siyuan-plugin-blog/commit/80f0c58d3cbffd4315f91f3d9e043203e5280bad))
1315
## [6.2.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.1.0...siyuan-plugin-blog-v6.2.0) (2025-01-21)

apps/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@terwer/share-pro-app",
33
"type": "module",
4-
"version": "6.4.0",
4+
"version": "6.4.1",
55
"scripts": {
66
"dev": "bash script/dev.sh",
77
"build": "bash script/build.sh",

apps/siyuan/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "siyuan-blog",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"type": "module",
55
"homepage": "https://github.com/terwer/siyuan-plugin-blog",
66
"scripts": {

apps/siyuan/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "siyuan-blog",
33
"author": "terwer",
44
"url": "https://github.com/terwer/siyuan-plugin-blog",
5-
"version": "6.4.0",
5+
"version": "6.4.1",
66
"minAppVersion": "2.9.0",
77
"backends": [
88
"windows",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "siyuan-plugin-blog",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"scripts": {
55
"devApp": "pnpm dev -F @terwer/share-pro-app -- --host",
66
"devSiyuan": "pnpm build -F siyuan-blog -- --watch",

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "siyuan-blog",
33
"author": "terwer",
44
"url": "https://github.com/terwer/siyuan-plugin-blog",
5-
"version": "6.4.0",
5+
"version": "6.4.1",
66
"minAppVersion": "2.9.0",
77
"backends": [
88
"windows",

0 commit comments

Comments
 (0)