Skip to content

Commit 36d271b

Browse files
committed
Merge branch 'main' of github.com:typelets/typelets-app
2 parents f98529f + 4638352 commit 36d271b

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.13](https://github.com/typelets/typelets-app/compare/v1.16.12...v1.16.13) (2025-09-19)
2+
3+
4+
### Bug Fixes
5+
6+
* enable asset attachment for manual workflow triggers ([60262d6](https://github.com/typelets/typelets-app/commit/60262d6c2a563b68960824eeb5bda6dab624a9b6))
7+
18
## [1.16.12](https://github.com/typelets/typelets-app/compare/v1.16.11...v1.16.12) (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.12",
3+
"version": "1.16.13",
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.12';
1+
export const APP_VERSION = '1.16.13';

0 commit comments

Comments
 (0)