Skip to content

Commit

Permalink
Merge pull request #1478 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.27.0
  • Loading branch information
terwer authored Nov 26, 2024
2 parents 3fe983d + 0fe86e5 commit 8f7ab83
Show file tree
Hide file tree
Showing 7 changed files with 16 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.26.0"
".": "1.27.0"
}
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Changelog

## [1.26.0](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.25.1...siyuan-plugin-publisher-v1.26.0) (2024-11-26)
## [1.27.0](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.26.0...siyuan-plugin-publisher-v1.27.0) (2024-11-26)
### Features
* dynamic yaml cfg support hexo ([d4d054e](https://github.com/terwer/siyuan-plugin-publisher/commit/d4d054eb51145e7e0cd17d52969726a1c44afa8e))
* dynamic yaml cfg support hugo ([808b9ec](https://github.com/terwer/siyuan-plugin-publisher/commit/808b9eca73287e926b67741147cd0dbd622b8d06))
* dynamic yaml cfg support jekyll ([47092dc](https://github.com/terwer/siyuan-plugin-publisher/commit/47092dc26545835e1e58574096540ba99fd04095))
* dynamic yaml cfg support vuepress2 ([e51e9aa](https://github.com/terwer/siyuan-plugin-publisher/commit/e51e9aaff359a0491783878da7cf76c88e72b74a))
* fix zhihu columns ([e88b9d0](https://github.com/terwer/siyuan-plugin-publisher/commit/e88b9d0f79e6705aae2f61d2deb87c47966f0dba))
* zhihu is ok now ([c144e9e](https://github.com/terwer/siyuan-plugin-publisher/commit/c144e9e7664e601116df476a40060e8c429b4115))
### Miscellaneous
* **deps-dev:** bump vercel from 37.14.0 to 39.1.1 ([27f1a42](https://github.com/terwer/siyuan-plugin-publisher/commit/27f1a42e6edce1bc10d2a72a63f6d0af2420036a))
## [1.26.0](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.25.1...siyuan-plugin-publisher-v1.26.0) (2024-11-26)
* support dynamic yaml cfg ([c7c300e](https://github.com/terwer/siyuan-plugin-publisher/commit/c7c300e6914dc1fbbf55b299595d312a97dab149))
* support formatter cfg ([ca96c09](https://github.com/terwer/siyuan-plugin-publisher/commit/ca96c09281b6934edd63d2f690b64ee88f72c048))
* try to fix zhihu ([b49ca19](https://github.com/terwer/siyuan-plugin-publisher/commit/b49ca19ccecf913e06d4f558d95090a481fdec08))
### Miscellaneous
* update docs ([df4c220](https://github.com/terwer/siyuan-plugin-publisher/commit/df4c2201d24136aa535ff9174ad733cb3e2ecf50))
## [1.25.1](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.25.0...siyuan-plugin-publisher-v1.25.1) (2024-11-22)
### Bug Fixes
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.26.0",
"version": "1.27.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.26.0",
"version": "1.27.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.26.0",
"version": "1.27.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.26.0",
"version": "1.27.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.26.0",
"version": "1.27.0",
"minAppVersion": "2.9.0",
"backends": [
"windows",
Expand Down

0 comments on commit 8f7ab83

Please sign in to comment.