Skip to content

Commit ba5e6df

Browse files
chore(release): 1.18.8 [skip ci]
## [1.18.8](v1.18.7...v1.18.8) (2025-10-07) ### Bug Fixes * improve pagination to fetch all notes and folders ([eb2e701](eb2e701))
1 parent 3f20edb commit ba5e6df

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.18.8](https://github.com/typelets/typelets-app/compare/v1.18.7...v1.18.8) (2025-10-07)
2+
3+
4+
### Bug Fixes
5+
6+
* improve pagination to fetch all notes and folders ([eb2e701](https://github.com/typelets/typelets-app/commit/eb2e701d090c998f1eb49a4e818c9130c28e583f))
7+
18
## [1.18.7](https://github.com/typelets/typelets-app/compare/v1.18.6...v1.18.7) (2025-09-25)
29

310

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typelets-desktop",
3-
"version": "1.18.7",
3+
"version": "1.18.8",
44
"description": "Typelets Desktop - Secure Note Taking App",
55
"main": "dist/main.js",
66
"author": "Typelets Team",

src/constants/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const APP_VERSION = '1.18.7';
1+
export const APP_VERSION = '1.18.8';

0 commit comments

Comments
 (0)