Skip to content

Commit 95a61b6

Browse files
authored
Merge pull request #7 from terwer/release-please--branches--main--components--release-please-action
chore(main): release 1.0.1
2 parents ad4d804 + 33572a0 commit 95a61b6

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/terwer/siyuan-plugin-random-doc/compare/v1.0.0...v1.0.1) (2023-06-07)
4+
### Bug Fixes
5+
* 修复关闭之后无法打开的问题 ([1515926](https://github.com/terwer/siyuan-plugin-random-doc/commit/15159268aa3fbaaf18ffe2dc8a18c37d2b8dba34))
6+
* 调整展示样式 ([eff85a5](https://github.com/terwer/siyuan-plugin-random-doc/commit/eff85a5d128d00d97025e2c0aa964f294b35dc21))
7+
### Miscellaneous
8+
* **deps-dev:** bump vite-plugin-static-copy from 0.15.0 to 0.16.0 ([18b73b6](https://github.com/terwer/siyuan-plugin-random-doc/commit/18b73b691ec8bc0a455a2a40538054ac80d4081c))
9+
* **deps-dev:** bump vitest from 0.31.4 to 0.32.0 ([b199b4f](https://github.com/terwer/siyuan-plugin-random-doc/commit/b199b4ffcaebb058661175b55b328021ea0d7f00))
310
## 1.0.0 (2023-06-06)
411
### Features
512
* 文档漫步第一版 ([fcbf834](https://github.com/terwer/siyuan-plugin-random-doc/commit/fcbf834c1bf9183316dfa67748f84eb6fcf92f54))
613
* 文档漫步第一版-基本可用版本 ([261dbd1](https://github.com/terwer/siyuan-plugin-random-doc/commit/261dbd1ab599548cb2e345436323bd4b897355c1))
714
* 文档漫步第一版-基本页面,按钮事件等 ([1a2aafd](https://github.com/terwer/siyuan-plugin-random-doc/commit/1a2aafda47b2d446279275380dc6e8e65186895e))
815
* 文档漫步第一版-更新文档 ([35504fe](https://github.com/terwer/siyuan-plugin-random-doc/commit/35504feae3c3f66908c8c59305bb03922b10ad1e))
9-
### Bug Fixes
1016
* **deps:** bump zhi-lib-base from 0.1.0 to 0.2.0 ([43a47c2](https://github.com/terwer/siyuan-plugin-random-doc/commit/43a47c225c01cd4d25b3d54dadeafa5254e63d43))
11-
### Miscellaneous
1217
* **deps-dev:** bump @terwer/vite-config-custom from 0.5.0 to 0.7.0 ([37187ab](https://github.com/terwer/siyuan-plugin-random-doc/commit/37187ab869f20baa25b69951a2d3e28da05667d4))

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Document is like a box of chocolates. You never know what you're going to get
88

99
## update history
1010

11+
**v1.0.1 (2023-06-07)**
12+
### Bug Fixes
13+
- Fix the problem that it cannot be opened after closing
14+
- Adjust display style
15+
1116
**v1.0.0 major update**
1217

1318
- first available version

README_zh_CN.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
## 更新历史
1010

11+
**v1.0.1 (2023-06-07)**
12+
### Bug Fixes
13+
- 修复关闭之后无法打开的问题
14+
- 调整展示样式
15+
1116
**v1.0.0 主要更新**
1217

1318
- 第一个可用版本

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "siyuan-plugin-random-doc",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"type": "module",
55
"description": "Document is like a box of chocolates. You never know what you're going to get",
66
"repository": "terwer/siyuan-plugin-random-doc",

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "siyuan-plugin-random-doc",
33
"author": "terwer",
44
"url": "https://github.com/terwer/siyuan-plugin-random-doc",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"minAppVersion": "2.9.0",
77
"backends": [
88
"windows",

0 commit comments

Comments
 (0)