Skip to content

Commit e6f8a00

Browse files
committed
chore(release): 1.3.5
1 parent f200866 commit e6f8a00

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

CHANGELOG.md

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

33

4+
### [1.3.5](https://github.com/Kh4f/obsidian-manual-sorting/compare/1.3.4...1.3.5) (2025-02-15)
5+
6+
7+
### 🛠️ Changes
8+
9+
* **dependencies:** add i18next and update @babel/runtime ([17dc880](https://github.com/Kh4f/obsidian-manual-sorting/commit/17dc8808b431cdea7494c927488f5edcdcfefe67))
10+
* **manifest.json:** set isDesktopOnly to true ([f200866](https://github.com/Kh4f/obsidian-manual-sorting/commit/f200866d8433d7599032858852a1a80d64109171))
11+
412
### [1.3.4](https://github.com/Kh4f/obsidian-manual-sorting/compare/1.3.3...1.3.4) (2025-02-12)
513

614

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "manual-sorting",
33
"name": "Manual Sorting",
4-
"version": "1.3.4",
4+
"version": "1.3.5",
55
"minAppVersion": "0.15.0",
66
"description": "Drag'n'Drop file sorting.",
77
"author": "Kh4f",
88
"authorUrl": "https://github.com/Kh4f",
99
"isDesktopOnly": true
10-
}
10+
}

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.4",
3+
"version": "1.3.5",
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
@@ -8,5 +8,6 @@
88
"1.3.1": "0.15.0",
99
"1.3.2": "0.15.0",
1010
"1.3.3": "0.15.0",
11-
"1.3.4": "0.15.0"
11+
"1.3.4": "0.15.0",
12+
"1.3.5": "0.15.0"
1213
}

0 commit comments

Comments
 (0)