Skip to content

Commit

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

### Bug Fixes

* chunkedPrompt API function had wrong input parameter type ([8d8bb3c](8d8bb3c))
  • Loading branch information
semantic-release-bot committed Mar 5, 2024
1 parent 8d8bb3c commit 5b0e20b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.0",
"version": "1.8.1",
"minAppVersion": "0.13.19",
"description": "Quickly add new pages or content to your vault.",
"author": "Christian B. B. Houmann",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quickadd",
"version": "1.8.0",
"version": "1.8.1",
"description": "Quickly add new pages or content to your vault.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@
"1.6.0": "0.13.19",
"1.6.1": "0.13.19",
"1.7.0": "0.13.19",
"1.8.0": "0.13.19"
"1.8.0": "0.13.19",
"1.8.1": "0.13.19"
}

0 comments on commit 5b0e20b

Please sign in to comment.