Skip to content

Commit de622f2

Browse files
committed
chore(release): 1.3.7
1 parent a90690e commit de622f2

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

33

4+
### [1.3.7](https://github.com/Kh4f/obsidian-manual-sorting/compare/1.3.6...1.3.7) (2025-03-06)
5+
6+
7+
### 🐞 Bug Fixes
8+
9+
* **menu:** ensure "Change sort order" click handler only applies in File Explorer ([a90690e](https://github.com/Kh4f/obsidian-manual-sorting/commit/a90690eabb5d8299b88de063aa6f7122954a4711)), closes [#6](https://github.com/Kh4f/obsidian-manual-sorting/issues/6)
10+
411
### [1.3.6](https://github.com/Kh4f/obsidian-manual-sorting/compare/1.3.5...1.3.6) (2025-02-28)
512

613

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "manual-sorting",
33
"name": "Manual Sorting",
4-
"version": "1.3.6",
4+
"version": "1.3.7",
55
"minAppVersion": "0.15.0",
66
"description": "Drag'n'Drop file sorting.",
77
"author": "Kh4f",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-manual-sorting",
3-
"version": "1.3.6",
3+
"version": "1.3.7",
44
"description": "A plugin for Obsidian that enables manual sorting within the file explorer using drag-and-drop.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"1.3.3": "0.15.0",
1111
"1.3.4": "0.15.0",
1212
"1.3.5": "0.15.0",
13-
"1.3.6": "0.15.0"
13+
"1.3.6": "0.15.0",
14+
"1.3.7": "0.15.0"
1415
}

0 commit comments

Comments
 (0)