Skip to content

Commit db4aef8

Browse files
committed
chore(main): release siyuan-plugin-blog 6.1.0
1 parent 5cb39d4 commit db4aef8

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
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.0.4"
2+
".": "6.1.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [6.1.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.0.4...siyuan-plugin-blog-v6.1.0) (2025-01-11)
4+
5+
6+
### Features
7+
8+
* add docker support ([c6c2447](https://github.com/terwer/siyuan-plugin-blog/commit/c6c2447ce6415b39cf402890e1a574fa5c6f9929))
9+
10+
11+
### Bug Fixes
12+
13+
* add docs ([a40fe1d](https://github.com/terwer/siyuan-plugin-blog/commit/a40fe1db725f29a5313933f1dae6cdda71bd1f11))
14+
* cancel share message error when doc is set home ([6b52735](https://github.com/terwer/siyuan-plugin-blog/commit/6b5273586166034947dd51dc5086420fefef9801))
15+
316
## [6.0.4](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.0.3...siyuan-plugin-blog-v6.0.4) (2025-01-11)
417
### Bug Fixes
518
* bazaar index ([e6a729c](https://github.com/terwer/siyuan-plugin-blog/commit/e6a729c30e2cfa9c1c95bb13f5040eaf848269da))
@@ -353,4 +366,4 @@
353366
## [1.4.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.3.0...v1.4.0) (2023-06-21)
354367
## [1.3.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.2.1...v1.3.0) (2023-06-21)
355368
## [1.2.1](https://github.com/terwer/siyuan-plugin-blog/compare/v1.2.0...v1.2.1) (2023-06-20)
356-
## [1.2.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.1.2...v1.2.0) (2023-06-20)
369+
## [1.2.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.1.2...v1.2.0) (2023-06-20)

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.0.4",
3+
"version": "6.1.0",
44
"scripts": {
55
"devApp": "ppnpm dev -F @terwer/share-pro-app -- --host",
66
"devSiyuan": "pnpm build -F siyuan-blog -- --watch",

0 commit comments

Comments
 (0)