From 5671041859d2a200d5e736913660d758a3e069f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 08:33:50 +0000 Subject: [PATCH 1/2] chore(main): release 1.1.0 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..864a1e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,33 @@ +# Changelog + +## [1.1.0](https://github.com/terwer/siyuan-plugin-importer/compare/v1.0.0...v1.1.0) (2023-05-17) + + +### Features + +* release 1.0.0 ([0a6f6a2](https://github.com/terwer/siyuan-plugin-importer/commit/0a6f6a26d1cdfccefee478ab5b654ff5ef6732b5)) +* release 1.0.0 ([a18bf75](https://github.com/terwer/siyuan-plugin-importer/commit/a18bf751035dfbed293287733598bc19bacc01cf)) +* release 1.0.0 ([0cee476](https://github.com/terwer/siyuan-plugin-importer/commit/0cee47642b95377623809a56e50c9dacf5340663)) +* 初始化插件项目 ([e41c745](https://github.com/terwer/siyuan-plugin-importer/commit/e41c7458cf8f3882b072e214a78fb858d33a29f6)) +* 发布工具第一个版本 ([8b49c1b](https://github.com/terwer/siyuan-plugin-importer/commit/8b49c1b90cd322caed7d5728ee371acda3f82b0d)) +* 完善国际化以及项目说明 ([4ad0fef](https://github.com/terwer/siyuan-plugin-importer/commit/4ad0fefeef1b04257515cc7afc41fc03685bd3a0)) +* 完成导入epub基础功能 ([e6cf277](https://github.com/terwer/siyuan-plugin-importer/commit/e6cf277d69f098d6cdf841ccd7932ee63ef7eae2)) +* 完成导入epub基础功能 ([c5c43a9](https://github.com/terwer/siyuan-plugin-importer/commit/c5c43a985b21d52c9fa2217597f49064d9cc4704)) +* 完成导入epub基础功能 ([a0580fa](https://github.com/terwer/siyuan-plugin-importer/commit/a0580fabfba2834cdd73bfa5d4ce2da79ba52a5a)) +* 完成导出epub、docx、opml、html测试 ([1d671b6](https://github.com/terwer/siyuan-plugin-importer/commit/1d671b697b006d881315a90dfd45310d415272a1)) +* 导入工具第一个版本 ([85bf6a2](https://github.com/terwer/siyuan-plugin-importer/commit/85bf6a2d6757b15426c8de984f341fa4f380fd31)) +* 导入工具第一个版本 ([d0f2b4d](https://github.com/terwer/siyuan-plugin-importer/commit/d0f2b4de6820132b963c8fa4777d93ad39ebeb18)) +* 导入工具第一个版本 ([44731c9](https://github.com/terwer/siyuan-plugin-importer/commit/44731c9a6453fd474681f6f8abe4a4abba693876)) +* 导入工具第一个版本 ([9573306](https://github.com/terwer/siyuan-plugin-importer/commit/957330615fded587a56caf9367da323ab0964a2e)) +* 导入工具第一个版本 ([c10db11](https://github.com/terwer/siyuan-plugin-importer/commit/c10db11ed08977101fc50299f7fdb0b654ca9562)) +* 导入工具第一个版本 ([14b6581](https://github.com/terwer/siyuan-plugin-importer/commit/14b65815c95b720ff294d08e66bf26f3075b0d06)) +* 导入工具第一个版本 ([ac7e18e](https://github.com/terwer/siyuan-plugin-importer/commit/ac7e18ef201821a5df5a613a3ba6bdd9d461bff3)) +* 导入工具第一个版本 ([1fc739b](https://github.com/terwer/siyuan-plugin-importer/commit/1fc739b676ba51460c7f57e4e22c00869517b74f)) +* 插件最小化运行单位 ([155a825](https://github.com/terwer/siyuan-plugin-importer/commit/155a825461bf447d45083329ccce9eb93b3857d6)) +* 新增kernelApi ([80ca482](https://github.com/terwer/siyuan-plugin-importer/commit/80ca4829e5949c871ddaacad2e6fced1771bd336)) +* 晚上国际化以及项目说明 ([07a2099](https://github.com/terwer/siyuan-plugin-importer/commit/07a2099912318ea8f73e666b70f1d0d438f78ee7)) + + +### Miscellaneous + +* **main:** release 1.0.0 ([74258ce](https://github.com/terwer/siyuan-plugin-importer/commit/74258ce418a45bd64c7a4c2b947508a842691605)) diff --git a/package.json b/package.json index 4b761d0..1c1b8d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siyuan-plugin-importer", - "version": "0.0.1", + "version": "1.1.0", "type": "module", "description": "Import from epub, docx, html etc. to siyuan-note", "repository": "terwer/siyuan-plugin-importer", From 3abe40fd33932e5c5f1a8a3a0cdb321700dd8489 Mon Sep 17 00:00:00 2001 From: terwer Date: Wed, 17 May 2023 16:36:25 +0800 Subject: [PATCH 2/2] feat: release 1.0.0 --- CHANGELOG.md | 21 +-------------------- public/plugin.json | 2 +- 2 files changed, 2 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 864a1e0..c5198e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,33 +1,14 @@ # Changelog ## [1.1.0](https://github.com/terwer/siyuan-plugin-importer/compare/v1.0.0...v1.1.0) (2023-05-17) - - ### Features - -* release 1.0.0 ([0a6f6a2](https://github.com/terwer/siyuan-plugin-importer/commit/0a6f6a26d1cdfccefee478ab5b654ff5ef6732b5)) -* release 1.0.0 ([a18bf75](https://github.com/terwer/siyuan-plugin-importer/commit/a18bf751035dfbed293287733598bc19bacc01cf)) -* release 1.0.0 ([0cee476](https://github.com/terwer/siyuan-plugin-importer/commit/0cee47642b95377623809a56e50c9dacf5340663)) * 初始化插件项目 ([e41c745](https://github.com/terwer/siyuan-plugin-importer/commit/e41c7458cf8f3882b072e214a78fb858d33a29f6)) -* 发布工具第一个版本 ([8b49c1b](https://github.com/terwer/siyuan-plugin-importer/commit/8b49c1b90cd322caed7d5728ee371acda3f82b0d)) * 完善国际化以及项目说明 ([4ad0fef](https://github.com/terwer/siyuan-plugin-importer/commit/4ad0fefeef1b04257515cc7afc41fc03685bd3a0)) -* 完成导入epub基础功能 ([e6cf277](https://github.com/terwer/siyuan-plugin-importer/commit/e6cf277d69f098d6cdf841ccd7932ee63ef7eae2)) -* 完成导入epub基础功能 ([c5c43a9](https://github.com/terwer/siyuan-plugin-importer/commit/c5c43a985b21d52c9fa2217597f49064d9cc4704)) * 完成导入epub基础功能 ([a0580fa](https://github.com/terwer/siyuan-plugin-importer/commit/a0580fabfba2834cdd73bfa5d4ce2da79ba52a5a)) * 完成导出epub、docx、opml、html测试 ([1d671b6](https://github.com/terwer/siyuan-plugin-importer/commit/1d671b697b006d881315a90dfd45310d415272a1)) -* 导入工具第一个版本 ([85bf6a2](https://github.com/terwer/siyuan-plugin-importer/commit/85bf6a2d6757b15426c8de984f341fa4f380fd31)) -* 导入工具第一个版本 ([d0f2b4d](https://github.com/terwer/siyuan-plugin-importer/commit/d0f2b4de6820132b963c8fa4777d93ad39ebeb18)) -* 导入工具第一个版本 ([44731c9](https://github.com/terwer/siyuan-plugin-importer/commit/44731c9a6453fd474681f6f8abe4a4abba693876)) -* 导入工具第一个版本 ([9573306](https://github.com/terwer/siyuan-plugin-importer/commit/957330615fded587a56caf9367da323ab0964a2e)) -* 导入工具第一个版本 ([c10db11](https://github.com/terwer/siyuan-plugin-importer/commit/c10db11ed08977101fc50299f7fdb0b654ca9562)) -* 导入工具第一个版本 ([14b6581](https://github.com/terwer/siyuan-plugin-importer/commit/14b65815c95b720ff294d08e66bf26f3075b0d06)) -* 导入工具第一个版本 ([ac7e18e](https://github.com/terwer/siyuan-plugin-importer/commit/ac7e18ef201821a5df5a613a3ba6bdd9d461bff3)) * 导入工具第一个版本 ([1fc739b](https://github.com/terwer/siyuan-plugin-importer/commit/1fc739b676ba51460c7f57e4e22c00869517b74f)) * 插件最小化运行单位 ([155a825](https://github.com/terwer/siyuan-plugin-importer/commit/155a825461bf447d45083329ccce9eb93b3857d6)) * 新增kernelApi ([80ca482](https://github.com/terwer/siyuan-plugin-importer/commit/80ca4829e5949c871ddaacad2e6fced1771bd336)) * 晚上国际化以及项目说明 ([07a2099](https://github.com/terwer/siyuan-plugin-importer/commit/07a2099912318ea8f73e666b70f1d0d438f78ee7)) - - ### Miscellaneous - -* **main:** release 1.0.0 ([74258ce](https://github.com/terwer/siyuan-plugin-importer/commit/74258ce418a45bd64c7a4c2b947508a842691605)) +* **main:** release 1.0.0 ([74258ce](https://github.com/terwer/siyuan-plugin-importer/commit/74258ce418a45bd64c7a4c2b947508a842691605)) \ No newline at end of file diff --git a/public/plugin.json b/public/plugin.json index 408ef32..13e56c1 100644 --- a/public/plugin.json +++ b/public/plugin.json @@ -2,7 +2,7 @@ "name": "siyuan-importer", "author": "terwer", "url": "https://github.com/terwer/siyuan-plugin-importer", - "version": "1.0.0", + "version": "1.1.0", "displayName": { "default": "Importer", "zh_CN": "导入工具"