Skip to content

Commit 7638db7

Browse files
chore(release): 1.16.15 [skip ci]
## [1.16.15](v1.16.14...v1.16.15) (2025-09-19) ### Bug Fixes * remove problematic empty environment variables for Windows build ([27fbe0a](27fbe0a)) ### Reverts * use Windows runners for Windows builds ([7d82289](7d82289))
1 parent 27fbe0a commit 7638db7

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.16.15](https://github.com/typelets/typelets-app/compare/v1.16.14...v1.16.15) (2025-09-19)
2+
3+
4+
### Bug Fixes
5+
6+
* remove problematic empty environment variables for Windows build ([27fbe0a](https://github.com/typelets/typelets-app/commit/27fbe0a5817eb00cd592399ac3555fc408472bdb))
7+
8+
9+
### Reverts
10+
11+
* use Windows runners for Windows builds ([7d82289](https://github.com/typelets/typelets-app/commit/7d822893af35085b4812b620a22a531bb61267c5))
12+
113
## [1.16.14](https://github.com/typelets/typelets-app/compare/v1.16.13...v1.16.14) (2025-09-19)
214

315

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.14",
3+
"version": "1.16.15",
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.14';
1+
export const APP_VERSION = '1.16.15';

0 commit comments

Comments
 (0)