Skip to content

Commit

Permalink
release(version): Release 0.19.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.19.0](0.18.3...0.19.0) (2023-04-05)

### Features

* Capture Anywhere: captures now support folder paths as the 'Capture To' target ([bf0126e](bf0126e)), closes [#227](#227)
* Capture with Tag: put a tag in the capture path to capture to a file with that tag ([85b2a5a](85b2a5a)), closes [#227](#227)
  • Loading branch information
semantic-release-bot committed Apr 5, 2023
1 parent 75c76ee commit 2b7d4c4
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.18.3",
"version": "0.19.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.18.3",
"version": "0.19.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 @@ -38,5 +38,6 @@
"0.18.0": "0.13.19",
"0.18.1": "0.13.19",
"0.18.2": "0.13.19",
"0.18.3": "0.13.19"
"0.18.3": "0.13.19",
"0.19.0": "0.13.19"
}

1 comment on commit 2b7d4c4

@vercel
Copy link

@vercel vercel bot commented on 2b7d4c4 Apr 5, 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-chrisbbh.vercel.app
quickadd-git-master-chrisbbh.vercel.app
quickadd.obsidian.guide

Please sign in to comment.