Skip to content

Commit 50086e0

Browse files
committed
chore(release): 1.21.4
1 parent f32b641 commit 50086e0

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.21.4](https://github.com/jeansordes/dot-navigator/compare/1.21.3...1.21.4) (2025-09-24)
2+
3+
### Bug Fixes
4+
5+
* **ui:** reduce the width of extension input in rename modal ON MOBILE ([f32b641](https://github.com/jeansordes/dot-navigator/commit/f32b6417ab355d35ff41f7be1978fadf533addb0))
6+
17
## [1.21.3](https://github.com/jeansordes/dot-navigator/compare/1.21.2...1.21.3) (2025-09-24)
28

39
### Bug Fixes

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"id":"dot-navigator","name":"Dot Navigator","version":"1.21.3","minAppVersion":"0.15.0","description":"A Dendron-like hierarchical note management system for your vault.","author":"jeansordes","authorUrl":"https://github.com/jeansordes","isDesktopOnly":false,"fundingUrl":"https://github.com/sponsors/jeansordes"}
1+
{"id":"dot-navigator","name":"Dot Navigator","version":"1.21.4","minAppVersion":"0.15.0","description":"A Dendron-like hierarchical note management system for your vault.","author":"jeansordes","authorUrl":"https://github.com/jeansordes","isDesktopOnly":false,"fundingUrl":"https://github.com/sponsors/jeansordes"}

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,7 +1,7 @@
11
{
22
"name": "dot-navigator",
33
"type": "module",
4-
"version": "1.21.3",
4+
"version": "1.21.4",
55
"description": "A hierarchical note management system for your vault",
66
"main": "main.js",
77
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,6 @@
9696
"1.21.0": "0.15.0",
9797
"1.21.1": "0.15.0",
9898
"1.21.2": "0.15.0",
99-
"1.21.3": "0.15.0"
99+
"1.21.3": "0.15.0",
100+
"1.21.4": "0.15.0"
100101
}

0 commit comments

Comments
 (0)