Skip to content

Commit 55661a1

Browse files
chore(release): 1.18.1 [skip ci]
## [1.18.1](v1.18.0...v1.18.1) (2025-09-22) ### Bug Fixes * resolve TipTap v3 compatibility and CSS import order issues ([898e245](898e245)) * resolve TypeScript 5.9 crypto API compatibility issues ([e424192](e424192))
1 parent 8cb1de2 commit 55661a1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.18.1](https://github.com/typelets/typelets-app/compare/v1.18.0...v1.18.1) (2025-09-22)
2+
3+
4+
### Bug Fixes
5+
6+
* resolve TipTap v3 compatibility and CSS import order issues ([898e245](https://github.com/typelets/typelets-app/commit/898e245d987b691585d1ab38629a3387726d9697))
7+
* resolve TypeScript 5.9 crypto API compatibility issues ([e424192](https://github.com/typelets/typelets-app/commit/e424192580c2bfb51b7307bcf0a7ff5410e49159))
8+
19
# [1.18.0](https://github.com/typelets/typelets-app/compare/v1.17.4...v1.18.0) (2025-09-20)
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.18.0",
3+
"version": "1.18.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.18.0';
1+
export const APP_VERSION = '1.18.1';

0 commit comments

Comments
 (0)