Skip to content

Commit

Permalink
chore(release): 12.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [12.1.0](12.0.1...12.1.0) (2024-11-09)

### ✨ Features

* **main:** Add a 'close if opened' hotkey command ([#256](#256)) ([9705517](9705517))
* **main:** Auto alias transform ([#262](#262)) ([c526ad8](c526ad8))

### 🛡 Bug Fixes

* **move:** Move file command does not work when destination folder contains file with same name ([#260](#260)) ([fd6f95c](fd6f95c))
  • Loading branch information
semantic-release-bot committed Nov 9, 2024
1 parent c526ad8 commit f4b90aa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-another-quick-switcher",
"name": "Another Quick Switcher",
"version": "12.0.1",
"version": "12.1.0",
"minAppVersion": "1.7.2",
"description": "This is an Obsidian plugin which is another choice of Quick switcher.",
"author": "tadashi-aikawa",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-another-quick-switcher",
"name": "Another Quick Switcher",
"version": "12.0.1",
"version": "12.1.0",
"minAppVersion": "1.7.2",
"description": "This is an Obsidian plugin which is another choice of Quick switcher.",
"author": "tadashi-aikawa",
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": "obsidian-another-quick-switcher",
"version": "12.0.1",
"version": "12.1.0",
"description": "Todo",
"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 @@ -70,5 +70,6 @@
"11.5.1": "1.4.11",
"11.6.0": "1.4.11",
"12.0.0": "1.7.2",
"12.0.1": "1.7.2"
"12.0.1": "1.7.2",
"12.1.0": "1.7.2"
}

0 comments on commit f4b90aa

Please sign in to comment.