generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): updating to 1.4.2 [skip ci]
## [1.4.2](1.4.1...1.4.2) (2023-07-29) ### Bug Fixes * remove obsidian- prefix from id ([e772562](e772562))
- Loading branch information
1 parent
e772562
commit 3a1aac1
Showing
4 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"id": "ai-research-assistant", | ||
"name": "AI Research Assistant", | ||
"version": "1.4.1", | ||
"minAppVersion": "1.1.9", | ||
"description": "A Prompt Engineering research utility for generative AI models like OpenAI's ChatGPT that facilitates archiving and searching conversations and live editing a conversation's context/memory.", | ||
"author": "Interweb Alchemy", | ||
"authorUrl": "https://github.com/InterwebAlchemy", | ||
"fundingUrl": "https://ko-fi.com/ericrallen", | ||
"isDesktopOnly": true | ||
} | ||
"id": "ai-research-assistant", | ||
"name": "AI Research Assistant", | ||
"version": "1.4.2", | ||
"minAppVersion": "1.1.9", | ||
"description": "A Prompt Engineering research utility for generative AI models like OpenAI's ChatGPT that facilitates archiving and searching conversations and live editing a conversation's context/memory.", | ||
"author": "Interweb Alchemy", | ||
"authorUrl": "https://github.com/InterwebAlchemy", | ||
"fundingUrl": "https://ko-fi.com/ericrallen", | ||
"isDesktopOnly": true | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,5 +8,6 @@ | |
"1.3.0": "1.1.9", | ||
"1.3.1": "1.1.9", | ||
"1.4.0": "1.1.9", | ||
"1.4.1": "1.1.9" | ||
"1.4.1": "1.1.9", | ||
"1.4.2": "1.1.9" | ||
} |