Skip to content

Commit 441b9ea

Browse files
chore(release): 1.15.4 [skip ci]
## [1.15.4](v1.15.3...v1.15.4) (2025-09-18) ### Bug Fixes * implement unified versioning system and fix desktop app loading ([5e09b78](5e09b78))
1 parent 65e7ed8 commit 441b9ea

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.15.4](https://github.com/typelets/typelets-app/compare/v1.15.3...v1.15.4) (2025-09-18)
2+
3+
4+
### Bug Fixes
5+
6+
* implement unified versioning system and fix desktop app loading ([5e09b78](https://github.com/typelets/typelets-app/commit/5e09b781a2769c643f4a2fe542986d3c53411584))
7+
18
## [1.15.3](https://github.com/typelets/typelets-app/compare/v1.15.2...v1.15.3) (2025-09-18)
29

310

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.15.3';
1+
export const APP_VERSION = '1.15.4';

0 commit comments

Comments
 (0)