Skip to content

Commit a478f93

Browse files
committed
chore(release): 2.2.1
1 parent 0b2fa80 commit a478f93

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

CHANGELOG.md

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

33

4+
### [2.2.1](https://github.com/Kh4f/obsidian-manual-sorting/compare/2.2.0...2.2.1) (2025-04-16)
5+
6+
7+
### 🧹 Adjustments
8+
9+
* **manifest:** correct description formatting ([52a5a23](https://github.com/Kh4f/obsidian-manual-sorting/commit/52a5a2363f46017d439c334253b1e2f025c92392))
10+
* **manifest:** update description ([dd6bd0b](https://github.com/Kh4f/obsidian-manual-sorting/commit/dd6bd0ba7e0f8a01112f065618020c4b18089641))
11+
* **package:** add i18next override to resolve dependency conflict ([0b2fa80](https://github.com/Kh4f/obsidian-manual-sorting/commit/0b2fa80ae8fb84958779f6631d805ebea77b1559))
12+
* **package:** update description and add `drag-and-drop` keyword ([1701b7b](https://github.com/Kh4f/obsidian-manual-sorting/commit/1701b7b41f481ea530e96f7fdae4a2173e51c473))
13+
414
## [2.2.0](https://github.com/Kh4f/obsidian-manual-sorting/compare/2.1.2...2.2.0) (2025-04-13)
515

616
### 🚀 Features

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": "2.2.0",
4+
"version": "2.2.1",
55
"minAppVersion": "0.15.0",
66
"description": "Drag'n'Drop sorting within file explorer.",
77
"author": "Kh4f",
88
"authorUrl": "https://github.com/Kh4f",
99
"isDesktopOnly": false
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": "2.2.0",
3+
"version": "2.2.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
@@ -40,5 +40,6 @@
4040
"2.1.0": "0.15.0",
4141
"2.1.1": "0.15.0",
4242
"2.1.2": "0.15.0",
43-
"2.2.0": "0.15.0"
43+
"2.2.0": "0.15.0",
44+
"2.2.1": "0.15.0"
4445
}

0 commit comments

Comments
 (0)