Skip to content

Commit 9bca37e

Browse files
authored
Merge pull request #104 from terwer/release-please--branches--main--components--release-please-action
chore(main): release 1.2.1
2 parents 196b4a8 + 8983569 commit 9bca37e

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.2.1](https://github.com/terwer/siyuan-plugin-blog/compare/v1.2.0...v1.2.1) (2023-06-20)
4+
### Bug Fixes
5+
* 修复 docker 版本、vercel 版本和插件版本存储不一致的问题 ([6478186](https://github.com/terwer/siyuan-plugin-blog/commit/6478186babf740cc0efa1cd8ebae3402ca33213e))
6+
* 修正帮助文档链接 404 问题 ([99b1863](https://github.com/terwer/siyuan-plugin-blog/commit/99b1863fdfa6d853865b826f3acdf3b775bf969d))
7+
* 修正请求慢的时候无法加载浮窗问题 ([8de41e6](https://github.com/terwer/siyuan-plugin-blog/commit/8de41e60b0d72486a3ee983921588d89325c5541))
8+
* 添加浮窗 loading 提升用户体验 ([7690aaf](https://github.com/terwer/siyuan-plugin-blog/commit/7690aaf5f237c1dca2d0314de6391100b53d8f53))
39
## [1.2.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.1.2...v1.2.0) (2023-06-20)
410
### Features
511
* [#51](https://github.com/terwer/siyuan-plugin-blog/issues/51) 修改配置默认值 ([c138880](https://github.com/terwer/siyuan-plugin-blog/commit/c138880a513a4c7becaea59d783aaac645d83630))
@@ -54,7 +60,6 @@
5460
* 集成 meilisearch ([59f6589](https://github.com/terwer/siyuan-plugin-blog/commit/59f6589a68167b172773cbc018d6abf96dbc1312))
5561
* 集成server api ([2f7a865](https://github.com/terwer/siyuan-plugin-blog/commit/2f7a865e8054deb71b0af4d6e09df6bcb7c765a4))
5662
* 集成图标模块 ([b814e0d](https://github.com/terwer/siyuan-plugin-blog/commit/b814e0d251378aa445e7c611881693428665c2d8))
57-
### Bug Fixes
5863
* 修复依赖问题 ([3090ea0](https://github.com/terwer/siyuan-plugin-blog/commit/3090ea0f7ebf40a6dfcb3e95a9d17a18a21f6074))
5964
* 修复工具类引用问题 ([dfaaf95](https://github.com/terwer/siyuan-plugin-blog/commit/dfaaf95b80019086b02ad389b5a9a1983ac91c72))
6065
### Miscellaneous

docker-compose-hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
nuxt3-blog:
4-
image: terwer/nuxt3-blog:1.2.0
4+
image: terwer/nuxt3-blog:1.2.1
55
ports:
66
- "3000:3000"
77
env_file:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ services:
1010
- ./.env.docker
1111
restart: no
1212
user: nuxt3-blog
13-
image: terwer/nuxt3-blog:1.2.0
13+
image: terwer/nuxt3-blog:1.2.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "siyuan-blog",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "The notions sharing function you want is here too",
55
"type": "module",
66
"scripts": {

plugin.json

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

0 commit comments

Comments
 (0)