Skip to content

Commit 5cd26a5

Browse files
committed
update version to v0.1.4
1 parent 1ebb42d commit 5cd26a5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.1.4 - 2023-12-17
4+
5+
### Added
6+
7+
- Support [GoogleAI](https://ai.google.dev) as backend engine
8+
39
## v0.1.3 - 2023-12-02
410

511
### Added

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ https://user-images.githubusercontent.com/10231735/221889423-17fe70e3-2be6-40b3-
4242
- [New Bing](https://www.bing.com/new)
4343
- [Brad](https://bard.google.com/)
4444
- [Claude](https://claude.ai/)
45+
- [Google AI](https://ai.google.dev) (Free for 60 requests per minute)
4546
- **Paid**:
4647
- [NotionAI](https://www.notion.so/product/ai)
47-
- [ChatGPT API](https://platform.openai.com/docs/api-reference/chat/create)
48+
- [OpenAI API](https://platform.openai.com/docs/api-reference/chat/create)
4849

4950
- Support for all NotionAI built-in prompts
5051
- Support for using custom prompts

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "notionai-plus",
33
"displayName": "NotionAI Plus",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"description": "NotionAI Plus is a browser extension that brings the power of NotionAI to any website you visit.",
66
"scripts": {
77
"dev": "plasmo dev",

0 commit comments

Comments
 (0)