Skip to content

Commit 299c600

Browse files
committed
chore(release): 1.21.5-beta.1
1 parent a4ecea2 commit 299c600

6 files changed

Lines changed: 13 additions & 6 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.5-beta.1](https://github.com/jeansordes/dot-navigator/compare/1.21.5-beta.0...1.21.5-beta.1) (2025-09-25)
2+
3+
### Performance Improvements
4+
5+
* implement IndexedDB caching for instant tree loading ([7383116](https://github.com/jeansordes/dot-navigator/commit/738311679d0348dac431e45ab8e7001128ac442b))
6+
17
## [1.21.5-beta.0](https://github.com/jeansordes/dot-navigator/compare/1.21.4...1.21.5-beta.0) (2025-09-25)
28

39
### Performance Improvements

beta-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.21.5-beta.0",
2+
"version": "1.21.5-beta.1",
33
"minAppVersion": "0.15.0",
44
"isBeta": true
55
}

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.5-beta.0","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.5-beta.1","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.5-beta.0",
4+
"version": "1.21.5-beta.1",
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
@@ -98,5 +98,6 @@
9898
"1.21.2": "0.15.0",
9999
"1.21.3": "0.15.0",
100100
"1.21.4": "0.15.0",
101-
"1.21.5-beta.0": "0.15.0"
101+
"1.21.5-beta.0": "0.15.0",
102+
"1.21.5-beta.1": "0.15.0"
102103
}

0 commit comments

Comments
 (0)