Skip to content

Commit

Permalink
release(version): Release 0.6.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.6.2](0.6.1...0.6.2) (2022-11-22)

### Bug Fixes

* change build target so async func constructor works ([4b597e7](4b597e7)), closes [#321](#321) [#320](#320)
* don't error when no active file is open when trying to append link to active file ([21f23fc](21f23fc)), closes [#320](#320)
  • Loading branch information
semantic-release-bot committed Nov 22, 2022
1 parent c62f737 commit 018e39c
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.6.1",
"version": "0.6.2",
"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.6.1",
"version": "0.6.2",
"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 @@ -5,5 +5,6 @@
"0.4.21": "0.13.19",
"0.5.5": "0.13.19",
"0.6.0": "0.13.19",
"0.6.1": "0.13.19"
"0.6.1": "0.13.19",
"0.6.2": "0.13.19"
}

1 comment on commit 018e39c

@vercel
Copy link

@vercel vercel bot commented on 018e39c Nov 22, 2022

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-chrisbbh.vercel.app
quickadd-git-master-chrisbbh.vercel.app
quickadd.obsidian.guide

Please sign in to comment.