Skip to content

Commit

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

### Bug Fixes

* prevent duplicate prompts when using Templater in Capture choices ([7e3a380](7e3a380)), closes [#533](#533)

### Features

* add URI to run a QuickAdd choice ([15b4a70](15b4a70))
  • Loading branch information
semantic-release-bot committed Mar 5, 2025
1 parent 5f2ca2e commit 9b56cba
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.12.0",
"version": "1.13.0",
"minAppVersion": "1.6.0",
"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.12.0",
"version": "1.13.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 @@ -73,5 +73,6 @@
"1.11.3": "1.6.0",
"1.11.4": "1.6.0",
"1.11.5": "1.6.0",
"1.12.0": "1.6.0"
"1.12.0": "1.6.0",
"1.13.0": "1.6.0"
}

0 comments on commit 9b56cba

Please sign in to comment.