Skip to content

Commit

Permalink
chore(main): release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 2, 2023
1 parent 5c415b7 commit ed01855
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [1.12.0](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.11.3...v1.12.0) (2023-09-02)


### Features

* [#130](https://github.com/terwer/siyuan-plugin-publisher/issues/130) 支持发布到CSDN ([5566040](https://github.com/terwer/siyuan-plugin-publisher/commit/5566040934eddcc22d5d1480beab70294e994a28))
* [#130](https://github.com/terwer/siyuan-plugin-publisher/issues/130) 支持发布到CSDN-完成授权验证 ([3f90230](https://github.com/terwer/siyuan-plugin-publisher/commit/3f90230106e5924401f8e50cfa91958053f8635a))
* [#130](https://github.com/terwer/siyuan-plugin-publisher/issues/130) 支持发布到CSDN-支持CSDN图床 ([958c34b](https://github.com/terwer/siyuan-plugin-publisher/commit/958c34bcdea1f8111097f86c91ddfce3477a1777))
* [#130](https://github.com/terwer/siyuan-plugin-publisher/issues/130) 支持发布到CSDN-支持CSDN图床 ([d700f52](https://github.com/terwer/siyuan-plugin-publisher/commit/d700f52d2281eb032d5607ca576502df75c0127f))
* [#130](https://github.com/terwer/siyuan-plugin-publisher/issues/130) 支持发布到CSDN-支持CSDN图床 ([1a13e49](https://github.com/terwer/siyuan-plugin-publisher/commit/1a13e49b0d3c2462ebe9b672ff4916bc0f0f0d6a))
* [#130](https://github.com/terwer/siyuan-plugin-publisher/issues/130) 支持发布到CSDN-支持专栏 ([6086047](https://github.com/terwer/siyuan-plugin-publisher/commit/6086047a8afa7c66c3060a9cba27d1e4dc7b7075))
* [#130](https://github.com/terwer/siyuan-plugin-publisher/issues/130) 支持发布到CSDN-支持文章发布、更新和删除 ([0e7eb52](https://github.com/terwer/siyuan-plugin-publisher/commit/0e7eb5260fd09f72fbbf75a5cf5c437a74e4272f))


### Bug Fixes

* 修复调试模式思源地址错误的问题 ([d97499d](https://github.com/terwer/siyuan-plugin-publisher/commit/d97499d8de545ef64bca21536ebeb17e05cf254f))


### Code Refactoring

* 重构项目结构 ([9629fbc](https://github.com/terwer/siyuan-plugin-publisher/commit/9629fbc2eab90cc613f7ade523045d6cd8cff7ea))


### Miscellaneous

* **deps-dev:** bump vite-plugin-node-polyfills from 0.11.3 to 0.12.0 ([b298b5f](https://github.com/terwer/siyuan-plugin-publisher/commit/b298b5fd2f51f86d5d0f13fa0adedba857eda965))

## [1.11.3](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.11.2...v1.11.3) (2023-08-31)
### Bug Fixes
* [#435](https://github.com/terwer/siyuan-plugin-publisher/issues/435) 过滤掉思源剪藏插件的引用摘要 ([617be1d](https://github.com/terwer/siyuan-plugin-publisher/commit/617be1de671f2dc424784d6dab49b8152177bf60))
Expand Down Expand Up @@ -249,4 +277,4 @@
* **deps-dev:** bump vite-plugin-static-copy from 0.16.0 to 0.17.0 ([feea39d](https://github.com/terwer/siyuan-plugin-publisher/commit/feea39d39bff74051fe0d68153b0628b00bff53f))
* **deps-dev:** bump vitest from 0.32.4 to 0.33.0 ([f2ce507](https://github.com/terwer/siyuan-plugin-publisher/commit/f2ce507ea537601d7dba21de84524274ec1cbee4))
* release 0.8.0 ([29336cd](https://github.com/terwer/siyuan-plugin-publisher/commit/29336cd847064971bc842e44aee75a8e90c226a8))
* 优化构建流程 ([f4aeea1](https://github.com/terwer/siyuan-plugin-publisher/commit/f4aeea1c618638a7774105a87b3e690d6d5d3927))
* 优化构建流程 ([f4aeea1](https://github.com/terwer/siyuan-plugin-publisher/commit/f4aeea1c618638a7774105a87b3e690d6d5d3927))
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.11.3",
"version": "1.12.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

0 comments on commit ed01855

Please sign in to comment.