Skip to content

Commit

Permalink
Merge pull request #1550 from terwer/release-please--branches--main--…
Browse files Browse the repository at this point in the history
…components--siyuan-plugin-publisher

chore(main): release siyuan-plugin-publisher 1.32.0
  • Loading branch information
terwer authored Dec 21, 2024
2 parents 16c5891 + b69b2ff commit 6275d29
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.31.0"
".": "1.32.0"
}
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog

## [1.31.0](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.30.2...siyuan-plugin-publisher-v1.31.0) (2024-12-17)
## [1.32.0](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.31.0...siyuan-plugin-publisher-v1.32.0) (2024-12-21)
### Features
* add xiaohongshu support ([8e17b16](https://github.com/terwer/siyuan-plugin-publisher/commit/8e17b166af9bd9a702d0389111592c9566f0c66a))
### Miscellaneous
* fix halo auth error in some cases
* remove sensitive data ([b1c28ea](https://github.com/terwer/siyuan-plugin-publisher/commit/b1c28ea84d8755ab60baf5a2dec048f659c3e39f))
## [1.31.0](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.30.2...siyuan-plugin-publisher-v1.31.0) (2024-12-17)
* add bilibili support ([f390e9a](https://github.com/terwer/siyuan-plugin-publisher/commit/f390e9a0115aedd550469b6c79092b7dac635791))
* add bilibili support - bold ([68ed290](https://github.com/terwer/siyuan-plugin-publisher/commit/68ed290f6d1043ce0b280e73557bdeb4adb1411b))
* add bilibili support - category ([01ce51c](https://github.com/terwer/siyuan-plugin-publisher/commit/01ce51c1a27de5cde0d6946f4ccc41a2e4300835))
Expand All @@ -14,7 +19,6 @@
* [#1530](https://github.com/terwer/siyuan-plugin-publisher/issues/1530) add option for slug change ([16c0c16](https://github.com/terwer/siyuan-plugin-publisher/commit/16c0c168b5347a9af3d58a7893559ee320bae740))
* filename handle error ([8240285](https://github.com/terwer/siyuan-plugin-publisher/commit/82402855fc182b3f8608dad149b8804204d81e22))
* vitepress tag load error ([c9876e7](https://github.com/terwer/siyuan-plugin-publisher/commit/c9876e7110567ae634ff8e38f5ac06d1cbfc4440))
### Miscellaneous
* update deps ([9e0e0c9](https://github.com/terwer/siyuan-plugin-publisher/commit/9e0e0c90d4f2cc201485d0222f17b0ef92610e90))
## [1.30.1](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.30.0...siyuan-plugin-publisher-v1.30.1) (2024-12-13)
## [1.30.0](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.29.3...siyuan-plugin-publisher-v1.30.0) (2024-12-10)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "siyuan-plugin-publisher",
"version": "1.31.0",
"version": "1.32.0",
"description": "Publish articles from Siyuan Notes to platforms such as Yuque, Notion, Cnblogs, WordPress, Typecho, Hexo, Zhihu and more",
"repository": "terwer/siyuan-plugin-publisher",
"homepage": "https://github.com/terwer/siyuan-plugin-publisher",
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "siyuan-plugin-publisher",
"author": "terwer",
"url": "https://github.com/terwer/siyuan-plugin-publisher",
"version": "1.31.0",
"version": "1.32.0",
"minAppVersion": "2.9.0",
"backends": [
"windows",
Expand Down
2 changes: 1 addition & 1 deletion src/extensions/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "思源笔记发布辅助工具",
"version": "1.31.0",
"version": "1.32.0",
"manifest_version": 3,
"author": "terwer",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion src/extensions/mv2/manifest-v2-for-firefox.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "开发版 - 思源笔记发布辅助工具",
"version": "1.31.0",
"version": "1.32.0",
"manifest_version": 2,
"author": "terwer",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion widget.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sy-post-publisher",
"author": "terwer",
"url": "https://github.com/terwer/sy-post-publisher",
"version": "1.31.0",
"version": "1.32.0",
"minAppVersion": "2.9.0",
"backends": [
"windows",
Expand Down

0 comments on commit 6275d29

Please sign in to comment.