Skip to content

Commit

Permalink
release(version): Release 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.9.0](1.8.1...1.9.0) (2024-05-13)

### Bug Fixes

* aI Assistant - model provider can omit API key ([d7b2a59](d7b2a59))
* In Obsidian 1.6, the input suggester (files, tags, etc.) was being sent behind the modal. Now appears in front of the modal ([df182d2](df182d2))

### Features

* add support for Anthropic (Claude) LLMs ([19c911a](19c911a))
* AI Assistant - add gpt-4o as part of the OpenAI default models ([2bb0d19](2bb0d19))
  • Loading branch information
semantic-release-bot committed May 13, 2024
1 parent b24006a commit 0eac951
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "quickadd",
"name": "QuickAdd",
"version": "1.8.1",
"version": "1.9.0",
"minAppVersion": "1.6.0",
"description": "Quickly add new pages or content to your vault.",
"author": "Christian B. B. Houmann",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quickadd",
"version": "1.8.1",
"version": "1.9.0",
"description": "Quickly add new pages or content to your vault.",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -115,4 +115,4 @@
]
]
}
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@
"1.6.1": "0.13.19",
"1.7.0": "0.13.19",
"1.8.0": "0.13.19",
"1.8.1": "0.13.19"
"1.8.1": "0.13.19",
"1.9.0": "1.6.0"
}

0 comments on commit 0eac951

Please sign in to comment.