Skip to content

Commit

Permalink
chore(release): updating to 1.4.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.3](1.4.2...1.4.3) (2023-08-10)

### Bug Fixes

* update plugin file path handling ([3aec64c](3aec64c))
* update plugin UI and practices based on review feedback ([7792fc3](7792fc3))
* update token counter ([b090ffc](b090ffc)), closes [#11](#11)
  • Loading branch information
semantic-release-bot committed Aug 10, 2023
1 parent 261990a commit d23d9fa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "ai-research-assistant",
"name": "AI Research Assistant",
"version": "1.4.2",
"version": "1.4.3",
"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",
Expand Down
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.2",
"version": "1.4.3",
"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 @@ -9,5 +9,6 @@
"1.3.1": "1.1.9",
"1.4.0": "1.1.9",
"1.4.1": "1.1.9",
"1.4.2": "1.1.9"
"1.4.2": "1.1.9",
"1.4.3": "1.1.9"
}

0 comments on commit d23d9fa

Please sign in to comment.