Skip to content

Commit 18c1f68

Browse files
chore(release): 1.17.2 [skip ci]
## [1.17.2](v1.17.1...v1.17.2) (2025-09-19) ### Bug Fixes * restore status bar word count and remove note ID display ([9d53e60](9d53e60)) * restore status bar word count and remove note ID display ([881d69a](881d69a))
1 parent 9d53e60 commit 18c1f68

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.17.2](https://github.com/typelets/typelets-app/compare/v1.17.1...v1.17.2) (2025-09-19)
2+
3+
4+
### Bug Fixes
5+
6+
* restore status bar word count and remove note ID display ([9d53e60](https://github.com/typelets/typelets-app/commit/9d53e6088ff6f37420938bb37d9b6e2a1de4f2c0))
7+
* restore status bar word count and remove note ID display ([881d69a](https://github.com/typelets/typelets-app/commit/881d69ac2e59eba702bff993b33c340e0155209d))
8+
19
## [1.17.1](https://github.com/typelets/typelets-app/compare/v1.17.0...v1.17.1) (2025-09-19)
210

311

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

0 commit comments

Comments
 (0)