Skip to content

Commit 27a200c

Browse files
chore(release): 1.17.3 [skip ci]
## [1.17.3](v1.17.2...v1.17.3) (2025-09-19) ### Bug Fixes * improve status bar display and scrollbar styling ([4cdeb8e](4cdeb8e))
1 parent 4cdeb8e commit 27a200c

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.17.3](https://github.com/typelets/typelets-app/compare/v1.17.2...v1.17.3) (2025-09-19)
2+
3+
4+
### Bug Fixes
5+
6+
* improve status bar display and scrollbar styling ([4cdeb8e](https://github.com/typelets/typelets-app/commit/4cdeb8e6b4a74a6092221e2a810f166395e2ac38))
7+
18
## [1.17.2](https://github.com/typelets/typelets-app/compare/v1.17.1...v1.17.2) (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.17.2",
3+
"version": "1.17.3",
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.17.2';
1+
export const APP_VERSION = '1.17.3';

0 commit comments

Comments
 (0)