diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 397c4203..efc2d51b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.22.0" + ".": "1.22.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d4393f86..a1529751 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,27 @@ # Changelog +## [1.22.1](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.22.0...siyuan-plugin-publisher-v1.22.1) (2024-11-08) +### Bug Fixes +* add ts lint check ([dbaa227](https://github.com/terwer/siyuan-plugin-publisher/commit/dbaa22786c6b0aa8c37a72b6667abce596cdb215)) +* **deps:** bump cheerio from 1.0.0-rc.12 to 1.0.0 ([02ba33d](https://github.com/terwer/siyuan-plugin-publisher/commit/02ba33dc8b10e77751b09c74189ea68c49d2f571)) +* **deps:** bump iframe-resizer from 4.4.5 to 5.3.2 ([870ff9f](https://github.com/terwer/siyuan-plugin-publisher/commit/870ff9fbef081154e906f0fc52363e7e27a25573)) +* **deps:** bump unplugin-icons from 0.19.3 to 0.20.1 ([364c339](https://github.com/terwer/siyuan-plugin-publisher/commit/364c33948cf2a144f7ad81962c33fd0ef240dede)) +* **deps:** bump uuid from 10.0.0 to 11.0.2 ([351acf8](https://github.com/terwer/siyuan-plugin-publisher/commit/351acf8399993ab783e96fe3ef9818be56e73de4)) +* **deps:** bump vue-i18n from 9.14.1 to 10.0.4 ([786b97c](https://github.com/terwer/siyuan-plugin-publisher/commit/786b97c0e8170a2e78129254e7c8c8cff5b70a94)) +* lint errors ([b5b395a](https://github.com/terwer/siyuan-plugin-publisher/commit/b5b395a8d3b05a4010e05943fd9bf017cf60e65e)) +### Miscellaneous +* **deps-dev:** bump jsdom from 24.1.3 to 25.0.1 ([f389ba7](https://github.com/terwer/siyuan-plugin-publisher/commit/f389ba7454840f8dcfdb5de61006bb4de84fb87c)) +* **deps-dev:** bump stylus from 0.63.0 to 0.64.0 ([bc670f6](https://github.com/terwer/siyuan-plugin-publisher/commit/bc670f61eda456a70c8e4c7b7af9a5aad33d10a8)) +* **deps-dev:** bump unplugin-auto-import from 0.17.8 to 0.18.3 ([9cb7a22](https://github.com/terwer/siyuan-plugin-publisher/commit/9cb7a22db83ae175aaa69b03efed372dcdb6565d)) ## [1.22.0](https://github.com/terwer/siyuan-plugin-publisher/compare/siyuan-plugin-publisher-v1.21.6...siyuan-plugin-publisher-v1.22.0) (2024-11-07) ### Features * add halo v29 warning ([e84cdc9](https://github.com/terwer/siyuan-plugin-publisher/commit/e84cdc9c70cfe11c14733836b74b8bffd0264c55)) * change qq group ([13babdc](https://github.com/terwer/siyuan-plugin-publisher/commit/13babdc4827d7e7093b842af7d8a147273755bfd)) * support read halo tags ([4afd364](https://github.com/terwer/siyuan-plugin-publisher/commit/4afd3648baf0644f78a4f5ffc6efb43836524b51)) -### Bug Fixes * [#1394](https://github.com/terwer/siyuan-plugin-publisher/issues/1394) add halo web ([bf843ad](https://github.com/terwer/siyuan-plugin-publisher/commit/bf843ada053d17a48af922d07fe7672ed60b21cc)) * **deps:** bump uuid from 9.0.1 to 10.0.0 ([9c27920](https://github.com/terwer/siyuan-plugin-publisher/commit/9c27920558acaba60a9770374ced4492ff61461d)) * pnpm version error ([b8a99c1](https://github.com/terwer/siyuan-plugin-publisher/commit/b8a99c13110f2efab06a9695a5a28ce46fdb9cb6)) * 修复 halo2 发布结果为 markdown显示问题。 ([0e836e7](https://github.com/terwer/siyuan-plugin-publisher/commit/0e836e7755d62fa74292cabb2583a3f8305c25c2)) -### Miscellaneous * fix dev tools ([b2eb808](https://github.com/terwer/siyuan-plugin-publisher/commit/b2eb808e1a87fee8d96dccd9cfcbc3751eeca039)) * update deps ([9e0e0c9](https://github.com/terwer/siyuan-plugin-publisher/commit/9e0e0c90d4f2cc201485d0222f17b0ef92610e90)) * update docs ([df4c220](https://github.com/terwer/siyuan-plugin-publisher/commit/df4c2201d24136aa535ff9174ad733cb3e2ecf50)) diff --git a/package.json b/package.json index 4a29f25b..d833dbae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siyuan-plugin-publisher", - "version": "1.22.0", + "version": "1.22.1", "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", diff --git a/plugin.json b/plugin.json index 89ba2feb..1906896d 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "name": "siyuan-plugin-publisher", "author": "terwer", "url": "https://github.com/terwer/siyuan-plugin-publisher", - "version": "1.22.0", + "version": "1.22.1", "minAppVersion": "2.9.0", "backends": [ "windows", diff --git a/src/extensions/manifest.json b/src/extensions/manifest.json index 3ab070a6..31ffb884 100644 --- a/src/extensions/manifest.json +++ b/src/extensions/manifest.json @@ -1,6 +1,6 @@ { "name": "思源笔记发布辅助工具", - "version": "1.22.0", + "version": "1.22.1", "manifest_version": 3, "author": "terwer", "icons": { diff --git a/src/extensions/mv2/manifest-v2-for-firefox.json b/src/extensions/mv2/manifest-v2-for-firefox.json index 3c20befc..b37f5704 100644 --- a/src/extensions/mv2/manifest-v2-for-firefox.json +++ b/src/extensions/mv2/manifest-v2-for-firefox.json @@ -1,6 +1,6 @@ { "name": "开发版 - 思源笔记发布辅助工具", - "version": "1.22.0", + "version": "1.22.1", "manifest_version": 2, "author": "terwer", "icons": { diff --git a/widget.json b/widget.json index ded1eca6..358b5dc2 100644 --- a/widget.json +++ b/widget.json @@ -2,7 +2,7 @@ "name": "sy-post-publisher", "author": "terwer", "url": "https://github.com/terwer/sy-post-publisher", - "version": "1.22.0", + "version": "1.22.1", "minAppVersion": "2.9.0", "backends": [ "windows",