Skip to content

Commit

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

### Bug Fixes

* prevent creating new tab when file is already opened ([e897804](e897804))

### Features

* QuickAdd will now reuse the existing tab for files when capturing to them, instead of opening the file again. Thanks to @JayPritchet ([1bf50d6](1bf50d6))
  • Loading branch information
semantic-release-bot committed Feb 26, 2025
1 parent 8e43f1d commit af447c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.11.5",
"version": "1.12.0",
"minAppVersion": "1.6.0",
"description": "Quickly add new pages or content to your vault.",
"author": "Christian B. B. Houmann",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quickadd",
"version": "1.11.5",
"version": "1.12.0",
"description": "Quickly add new pages or content to your vault.",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -118,4 +118,4 @@
]
]
}
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@
"1.11.2": "1.6.0",
"1.11.3": "1.6.0",
"1.11.4": "1.6.0",
"1.11.5": "1.6.0"
"1.11.5": "1.6.0",
"1.12.0": "1.6.0"
}

0 comments on commit af447c6

Please sign in to comment.