Skip to content

Commit e7f101a

Browse files
authored
Merge pull request #425 from terwer/release-please--branches--main--components--siyuan-blog
chore(main): release siyuan-blog 2.1.0
2 parents 0679a52 + a5304a4 commit e7f101a

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
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-
".": "2.0.1"
2+
".": "2.1.0"
33
}

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Changelog
22

3-
## [2.0.1](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-blog-v2.0.0...siyuan-blog-v2.0.1) (2024-09-02)
3+
## [2.1.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-blog-v2.0.1...siyuan-blog-v2.1.0) (2024-09-12)
4+
### Features
5+
* adapt style ([86dcd91](https://github.com/terwer/siyuan-plugin-blog/commit/86dcd91dcceeea835d5d0d965ed11eb7bf2316b1))
46
### Bug Fixes
7+
* update theme to 0.1.2 ([8d05f2f](https://github.com/terwer/siyuan-plugin-blog/commit/8d05f2fec04a3a5086c6dddb0c8ce86ac39a12d8))
8+
## [2.0.1](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-blog-v2.0.0...siyuan-blog-v2.0.1) (2024-09-02)
59
* prepare new version ([aaab10b](https://github.com/terwer/siyuan-plugin-blog/commit/aaab10b0ab9d8c35e5544c3d6f877c1ade4bbfc1))
610
## [2.0.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-blog-v1.9.1...siyuan-blog-v2.0.0) (2024-09-02)
711
### ⚠ BREAKING CHANGES
812
* add vip provider mode
9-
### Features
1013
* [#1](https://github.com/terwer/siyuan-plugin-blog/issues/1) 使用Next.js初始化项目 ([ff993a3](https://github.com/terwer/siyuan-plugin-blog/commit/ff993a3fc626a4202392005dd88adf8cf421a217))
1114
* [#12](https://github.com/terwer/siyuan-plugin-blog/issues/12) 表格及摘要样式 ([384c8e4](https://github.com/terwer/siyuan-plugin-blog/commit/384c8e4ca6e07bb60763cfb3dce63eab13cf58c1))
1215
* [#14](https://github.com/terwer/siyuan-plugin-blog/issues/14) 静态渲染,提升性能 ([a1f7ff7](https://github.com/terwer/siyuan-plugin-blog/commit/a1f7ff72bf3793894ce6067ef12830282748f7c9))

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": "2.0.1",
3+
"version": "2.1.0",
44
"description": "The notions sharing function you want is here too",
55
"type": "module",
66
"scripts": {

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": "2.0.1",
5+
"version": "2.1.0",
66
"minAppVersion": "2.9.0",
77
"backends": [
88
"windows",

0 commit comments

Comments
 (0)