Skip to content

Commit 22c7fa9

Browse files
authored
Merge pull request #150 from terwer/release-please--branches--main--components--release-please-action
chore(main): release 1.8.3
2 parents 4c5bd63 + 37c8bd8 commit 22c7fa9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

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

3-
## [1.8.2](https://github.com/terwer/siyuan-plugin-blog/compare/v1.8.1...v1.8.2) (2023-07-02)
3+
## [1.8.3](https://github.com/terwer/siyuan-plugin-blog/compare/v1.8.2...v1.8.3) (2023-07-03)
44
### Bug Fixes
5+
* 修复取消分享错误 ([ea0d550](https://github.com/terwer/siyuan-plugin-blog/commit/ea0d550bdaa91b91a636eded634c35954d62072a))
6+
## [1.8.2](https://github.com/terwer/siyuan-plugin-blog/compare/v1.8.1...v1.8.2) (2023-07-02)
57
* 优化消息提示 ([1f0c1f5](https://github.com/terwer/siyuan-plugin-blog/commit/1f0c1f5c28fbb8e768a47022c37d29495aeea03e))
68
## [1.8.1](https://github.com/terwer/siyuan-plugin-blog/compare/v1.8.0...v1.8.1) (2023-07-02)
79
* 修复 vercel 图片错误问题 ([a99a3c4](https://github.com/terwer/siyuan-plugin-blog/commit/a99a3c45a3b884cdd72f8355e6f9c5895860e8f4))

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.8.2",
3+
"version": "1.8.3",
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.8.2",
5+
"version": "1.8.3",
66
"minAppVersion": "2.9.0",
77
"backends": [
88
"windows",

0 commit comments

Comments
 (0)