Skip to content

Commit 3141168

Browse files
committed
chore(release): 2.3.1
1 parent 4c13117 commit 3141168

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+
### [2.3.1](https://github.com/Kh4f/manual-sorting/compare/2.3.0...2.3.1) (2025-04-21)
5+
6+
7+
### 🩹 Bug Fixes
8+
9+
* **settings:** resolve race condition causing manual sorting state to reset after restart ([4c13117](https://github.com/Kh4f/manual-sorting/commit/4c13117e628d14a1ed5289e6531ff00aabe1df3a)), closes [#41](https://github.com/Kh4f/manual-sorting/issues/41)
10+
411
## [2.3.0](https://github.com/Kh4f/manual-sorting/compare/2.2.1...2.3.0) (2025-04-17)
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": "2.3.0",
4+
"version": "2.3.1",
55
"minAppVersion": "0.15.0",
66
"description": "Drag'n'Drop sorting within file explorer.",
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": "manual-sorting",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "An Obsidian plugin that adds manual drag&drop sorting to the file explorer.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@
4242
"2.1.2": "0.15.0",
4343
"2.2.0": "0.15.0",
4444
"2.2.1": "0.15.0",
45-
"2.3.0": "0.15.0"
45+
"2.3.0": "0.15.0",
46+
"2.3.1": "0.15.0"
4647
}

0 commit comments

Comments
 (0)