Skip to content

Commit 27137a4

Browse files
committed
Merge branch 'main' of github.com:typelets/typelets-app
2 parents 1820e56 + d429bcd commit 27137a4

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.16.11](https://github.com/typelets/typelets-app/compare/v1.16.10...v1.16.11) (2025-09-19)
2+
3+
4+
### Bug Fixes
5+
6+
* improve desktop workflow debugging and artifact upload ([af95e42](https://github.com/typelets/typelets-app/commit/af95e42fe410d40e2478eb2488d5c0563b967e19))
7+
18
## [1.16.10](https://github.com/typelets/typelets-app/compare/v1.16.9...v1.16.10) (2025-09-19)
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.16.10",
3+
"version": "1.16.11",
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.16.10';
1+
export const APP_VERSION = '1.16.11';

0 commit comments

Comments
 (0)