Skip to content

Commit f9c8b1b

Browse files
committed
Merge branch 'main' of github.com:typelets/typelets-app
2 parents 7d82289 + 2d31315 commit f9c8b1b

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.14](https://github.com/typelets/typelets-app/compare/v1.16.13...v1.16.14) (2025-09-19)
2+
3+
4+
### Bug Fixes
5+
6+
* install Wine for Windows builds on Ubuntu ([f98529f](https://github.com/typelets/typelets-app/commit/f98529fff62f2a52f19fe772bcb3a01da614c7ac))
7+
18
## [1.16.13](https://github.com/typelets/typelets-app/compare/v1.16.12...v1.16.13) (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.13",
3+
"version": "1.16.14",
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.13';
1+
export const APP_VERSION = '1.16.14';

0 commit comments

Comments
 (0)