Skip to content

Commit 3c8e304

Browse files
committed
🐳 chore: 0.0.11
1 parent 7ce9198 commit 3c8e304

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.0.11] - 2025-05-26
2+
3+
### 新增
4+
- **谷歌身份验证** [@Alphamancer](https://github.com/Alphamancer)
5+
- 支持用户通过Google账号登录
6+
7+
- **Notion API集成** [@Alphamancer](https://github.com/Alphamancer)
8+
- 实现提示词与Notion数据库双向同步
9+
- 支持从Notion导入提示词
10+
- 支持将本地提示词导出到Notion
11+
112
## [0.0.10] - 2025-05-23
213

314
### 新增

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "quick-prompt",
33
"description": "Quick Prompt",
44
"private": true,
5-
"version": "0.0.10",
5+
"version": "0.0.11",
66
"type": "module",
77
"scripts": {
88
"dev": "wxt",

0 commit comments

Comments
 (0)