Skip to content

Commit 5e38047

Browse files
chore(release): 1.14.0 [skip ci]
# [1.14.0](v1.13.0...v1.14.0) (2025-09-15) ### Features * implement WebSocket real-time sync with HMAC message authentication ([469bfa9](469bfa9))
1 parent b6825fc commit 5e38047

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.14.0](https://github.com/typelets/typelets-app/compare/v1.13.0...v1.14.0) (2025-09-15)
2+
3+
4+
### Features
5+
6+
* implement WebSocket real-time sync with HMAC message authentication ([469bfa9](https://github.com/typelets/typelets-app/commit/469bfa9c15f78997fe557b6abda31c020d57b36d))
7+
18
# [1.13.0](https://github.com/typelets/typelets-app/compare/v1.12.0...v1.13.0) (2025-09-12)
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.13.0';
1+
export const APP_VERSION = '1.14.0';

0 commit comments

Comments
 (0)