Skip to content

Commit

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

### Features

* add {{time}} support ([9e322b6](9e322b6)), closes [#364](#364) [#464](#464)
semantic-release-bot committed Apr 21, 2023

Unverified

This user has not yet uploaded their public signing key.
1 parent 9e322b6 commit ca6efae
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.21.0",
"version": "0.22.0",
"minAppVersion": "0.13.19",
"description": "Quickly add new pages or content to your vault.",
"author": "Christian B. B. Houmann",
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.21.0",
"version": "0.22.0",
"description": "Quickly add new pages or content to your vault.",
"main": "main.js",
"scripts": {
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -46,5 +46,6 @@
"0.19.4": "0.13.19",
"0.20.0": "0.13.19",
"0.20.1": "0.13.19",
"0.21.0": "0.13.19"
"0.21.0": "0.13.19",
"0.22.0": "0.13.19"
}

1 comment on commit ca6efae

@vercel
Copy link

@vercel vercel bot commented on ca6efae Apr 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.