Skip to content

Commit 12788ae

Browse files
authored
Merge pull request #93 from terwer/release-please--branches--main--components--release-please-action
chore(main): release 0.10.1
2 parents 76d2762 + 2e7580c commit 12788ae

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

CHANGELOG.md

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

3+
## [0.10.1](https://github.com/terwer/sy-post-publisher/compare/v0.10.0...v0.10.1) (2023-08-01)
4+
### Miscellaneous
5+
* sync repo v1.1.1 ([7be5fe4](https://github.com/terwer/sy-post-publisher/commit/7be5fe4a859bb9bc92aef649836e9b66710c0c24))
6+
* sync repo v1.1.2 ([d1815cd](https://github.com/terwer/sy-post-publisher/commit/d1815cd44c6b5dce13db83f8733f78ee950fb025))
37
## [1.1.2](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.1.1...v1.1.2) (2023-08-01)
48
### Bug Fixes
59
* 修复插件包缺失问题 ([41b5686](https://github.com/terwer/siyuan-plugin-publisher/commit/41b5686891af330d38a31d124e3f48028da8be63))
610
* 修复语雀客户端报错问题 ([1d72fff](https://github.com/terwer/siyuan-plugin-publisher/commit/1d72fff05cc93d5e66ec2da714e6a1f7fe2eb9d2))
7-
### Miscellaneous
811
* 新增 vercel 和 nginx 构建支持 ([6fda465](https://github.com/terwer/siyuan-plugin-publisher/commit/6fda465a9c1e1200c598ff3ba6f237424c24c623))
912
## [1.1.1](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.1.0...v1.1.1) (2023-08-01)
1013
* 修改构建错误 ([0681ebd](https://github.com/terwer/siyuan-plugin-publisher/commit/0681ebd97572f2b6651a37c60e67669b8f9c563b))

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-publisher",
3-
"version": "1.1.2",
3+
"version": "0.10.1",
44
"description": "Publishing articles from siyuan-note to platforms such as Yuque, Cnblogs, WordPress, Typecho, Hexo, Hugo and more",
55
"repository": "terwer/siyuan-plugin-publisher",
66
"homepage": "https://github.com/terwer/siyuan-plugin-publisher",

plugin.json

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

src/extensions/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "思源笔记发布辅助工具",
3-
"version": "1.1.2",
3+
"version": "0.10.1",
44
"manifest_version": 3,
55
"author": "terwer",
66
"icons": {

src/extensions/mv2/manifest-v2-for-firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "开发版 - 思源笔记发布辅助工具",
3-
"version": "1.1.2",
3+
"version": "0.10.1",
44
"manifest_version": 2,
55
"author": "terwer",
66
"icons": {

widget.json

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

0 commit comments

Comments
 (0)