Skip to content

Commit c7dafe2

Browse files
chore(release): 1.17.1 [skip ci]
## [1.17.1](v1.17.0...v1.17.1) (2025-09-19) ### Bug Fixes * switch to workflow_run trigger for automatic desktop builds ([c6c284f](c6c284f))
1 parent 8c63780 commit c7dafe2

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.1](https://github.com/typelets/typelets-app/compare/v1.17.0...v1.17.1) (2025-09-19)
2+
3+
4+
### Bug Fixes
5+
6+
* switch to workflow_run trigger for automatic desktop builds ([c6c284f](https://github.com/typelets/typelets-app/commit/c6c284fe4de3c940e6001837eae068836ee0bb90))
7+
18
# [1.17.0](https://github.com/typelets/typelets-app/compare/v1.16.15...v1.17.0) (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.0",
3+
"version": "1.17.1",
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.0';
1+
export const APP_VERSION = '1.17.1';

0 commit comments

Comments
 (0)