Skip to content

Commit b741057

Browse files
chore(release): 1.18.2 [skip ci]
## [1.18.2](v1.18.1...v1.18.2) (2025-09-22) ### Bug Fixes * resolve TipTap v3 compatibility issues and clean up Monaco editor sync ([dcbde51](dcbde51))
1 parent 26eb2d2 commit b741057

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.18.2](https://github.com/typelets/typelets-app/compare/v1.18.1...v1.18.2) (2025-09-22)
2+
3+
4+
### Bug Fixes
5+
6+
* resolve TipTap v3 compatibility issues and clean up Monaco editor sync ([dcbde51](https://github.com/typelets/typelets-app/commit/dcbde5101183a365f8e431ce53f4e8dfe459f061))
7+
18
## [1.18.1](https://github.com/typelets/typelets-app/compare/v1.18.0...v1.18.1) (2025-09-22)
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.18.1",
3+
"version": "1.18.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.18.1';
1+
export const APP_VERSION = '1.18.2';

0 commit comments

Comments
 (0)