Skip to content

Commit 547b7dc

Browse files
chore(release): 1.16.7 [skip ci]
## [1.16.7](v1.16.6...v1.16.7) (2025-09-19) ### Bug Fixes * include desktop package.json in semantic-release assets and add build debugging ([ab67482](ab67482))
1 parent ab67482 commit 547b7dc

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.7](https://github.com/typelets/typelets-app/compare/v1.16.6...v1.16.7) (2025-09-19)
2+
3+
4+
### Bug Fixes
5+
6+
* include desktop package.json in semantic-release assets and add build debugging ([ab67482](https://github.com/typelets/typelets-app/commit/ab674820929dbe8fea78b17dd52d578bf5e82192))
7+
18
## [1.16.6](https://github.com/typelets/typelets-app/compare/v1.16.5...v1.16.6) (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.4",
3+
"version": "1.16.7",
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.6';
1+
export const APP_VERSION = '1.16.7';

0 commit comments

Comments
 (0)