Skip to content

Commit

Permalink
chore(release): updating to 1.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.1](1.4.0...1.4.1) (2023-07-29)

### Bug Fixes

* update manifest description ([d9d2ee4](d9d2ee4))
  • Loading branch information
semantic-release-bot committed Jul 29, 2023
1 parent d9d2ee4 commit 0bcbf5b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
20 changes: 10 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "obsidian-ai-research-assistant",
"name": "AI Research Assistant",
"version": "1.4.0",
"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": "obsidian-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
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interwebalchemy/obsidian-ai-research-assistant",
"version": "1.4.0",
"version": "1.4.1",
"description": "Prompt Engineering research tool integrated into Obsidian.md",
"license": "MIT",
"main": "dist/main.js",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"1.2.0": "1.1.9",
"1.3.0": "1.1.9",
"1.3.1": "1.1.9",
"1.4.0": "1.1.9"
"1.4.0": "1.1.9",
"1.4.1": "1.1.9"
}

0 comments on commit 0bcbf5b

Please sign in to comment.