Skip to content

Commit

Permalink
update version to v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vaayne committed Dec 16, 2023
1 parent 1ebb42d commit 5cd26a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.1.4 - 2023-12-17

### Added

- Support [GoogleAI](https://ai.google.dev) as backend engine

## v0.1.3 - 2023-12-02

### Added
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ https://user-images.githubusercontent.com/10231735/221889423-17fe70e3-2be6-40b3-
- [New Bing](https://www.bing.com/new)
- [Brad](https://bard.google.com/)
- [Claude](https://claude.ai/)
- [Google AI](https://ai.google.dev) (Free for 60 requests per minute)
- **Paid**:
- [NotionAI](https://www.notion.so/product/ai)
- [ChatGPT API](https://platform.openai.com/docs/api-reference/chat/create)
- [OpenAI API](https://platform.openai.com/docs/api-reference/chat/create)

- Support for all NotionAI built-in prompts
- Support for using custom prompts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "notionai-plus",
"displayName": "NotionAI Plus",
"version": "0.1.3",
"version": "0.1.4",
"description": "NotionAI Plus is a browser extension that brings the power of NotionAI to any website you visit.",
"scripts": {
"dev": "plasmo dev",
Expand Down

0 comments on commit 5cd26a5

Please sign in to comment.