Skip to content

Commit a7e11d4

Browse files
committed
v5.3.1
1 parent e8d3847 commit a7e11d4

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
...
6+
7+
## 5.3.1 - 2025.01.22
8+
59
### Fixed
610

711
- Drag and Drop: correctly handle dragging bookmarks in bookmarks sub-panel

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": "sidebery",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"description": "Manage your tabs and bookmarks in sidebar",
55
"main": "index.js",
66
"type": "module",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"author": "mbnuqw",
1010
"name": "__MSG_ExtName__",
11-
"version": "5.3.0",
11+
"version": "5.3.1",
1212
"default_locale": "en",
1313
"description": "__MSG_ExtDesc__",
1414
"homepage_url": "https://github.com/mbnuqw/sidebery",

0 commit comments

Comments
 (0)