Skip to content

Commit

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

### Bug Fixes

* update tsc errors so build can succeed ([a43d30f](a43d30f))

### Features

* update with streaming responses from OpenAI ([fec3fa0](fec3fa0)), closes [#15](#15)
  • Loading branch information
semantic-release-bot committed Oct 10, 2023
1 parent 901316b commit 80738db
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.5.0",
"version": "1.6.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",
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.5.0",
"version": "1.6.0",
"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 @@ -11,5 +11,6 @@
"1.4.1": "1.1.9",
"1.4.2": "1.1.9",
"1.4.3": "1.1.9",
"1.5.0": "1.1.9"
"1.5.0": "1.1.9",
"1.6.0": "1.1.9"
}

0 comments on commit 80738db

Please sign in to comment.