Skip to content

Commit 0ae1707

Browse files
authored
Merge pull request #192 from terwerinc/release-please--branches--main--components--share-pro
chore(main): release share-pro 1.10.1
2 parents 22c4242 + 8268048 commit 0ae1707

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.10.0"
2+
".": "1.10.1"
33
}

CHANGELOG.md

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

3+
## [1.10.1](https://github.com/terwerinc/siyuan-plugin-share-pro/compare/share-pro-v1.10.0...share-pro-v1.10.1) (2025-04-22)
4+
### Bug Fixes
5+
* default auth ([95d5ea2](https://github.com/terwerinc/siyuan-plugin-share-pro/commit/95d5ea291f20ee4ccc1a8f736fe60cff50bb66aa))
36
## [1.10.0](https://github.com/terwerinc/siyuan-plugin-share-pro/compare/share-pro-v1.9.1...share-pro-v1.10.0) (2025-04-07)
47
### Features
58
* support seo ([2789d48](https://github.com/terwerinc/siyuan-plugin-share-pro/commit/2789d48d5855384899f27385195f4b547340e847))
69
## [1.9.1](https://github.com/terwerinc/siyuan-plugin-share-pro/compare/share-pro-v1.9.0...share-pro-v1.9.1) (2025-02-08)
7-
### Bug Fixes
810
* read custom domain for new ui ([2ecd3c5](https://github.com/terwerinc/siyuan-plugin-share-pro/commit/2ecd3c555912118f4b25bd2b177cf5c76be48b69))
911
## [1.9.0](https://github.com/terwerinc/siyuan-plugin-share-pro/compare/share-pro-v1.8.2...share-pro-v1.9.0) (2025-01-21)
1012
* new ui ([c65314e](https://github.com/terwerinc/siyuan-plugin-share-pro/commit/c65314ee940585c40fa1e9d76b2a0c430d528466))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "share-pro",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "share your notes from siyuan-note with one click",
55
"type": "module",
66
"repository": "terwer/share-pro",

plugin.json

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

0 commit comments

Comments
 (0)