Skip to content

Commit

Permalink
release(version): Release 0.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.11.0](0.10.1...0.11.0) (2023-02-21)

### Bug Fixes

* better error logging when using template choices ([63eed06](63eed06))
* change order of dropdown ([6629525](6629525))
* fix issue where choices with commands wouldn't update ([fcbb8ee](fcbb8ee)), closes [#347](#347) [#62](#62)

### Features

* user can now set template folder path so QA suggests templates when configuring choices ([7768b77](7768b77))
  • Loading branch information
semantic-release-bot committed Feb 21, 2023
1 parent ed3710e commit 7ff60f2
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": "0.10.1",
"version": "0.11.0",
"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": "0.10.1",
"version": "0.11.0",
"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 @@ -15,5 +15,6 @@
"0.9.2": "0.13.19",
"0.9.3": "0.13.19",
"0.10.0": "0.13.19",
"0.10.1": "0.13.19"
"0.10.1": "0.13.19",
"0.11.0": "0.13.19"
}

1 comment on commit 7ff60f2

@vercel
Copy link

@vercel vercel bot commented on 7ff60f2 Feb 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

quickadd – ./

quickadd.obsidian.guide
quickadd-git-master-chrisbbh.vercel.app
quickadd-chrisbbh.vercel.app

Please sign in to comment.