Skip to content

Commit cfa7c8b

Browse files
chore(release): 1.18.0 [skip ci]
# [1.18.0](v1.17.4...v1.18.0) (2025-09-20) ### Features * add executable code blocks with 15+ languages, Monaco editor, and secure backend proxy ([c84c858](c84c858)) * add executable code blocks with 15+ programming languages ([4d2febc](4d2febc))
1 parent 772fb5a commit cfa7c8b

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.18.0](https://github.com/typelets/typelets-app/compare/v1.17.4...v1.18.0) (2025-09-20)
2+
3+
4+
### Features
5+
6+
* add executable code blocks with 15+ languages, Monaco editor, and secure backend proxy ([c84c858](https://github.com/typelets/typelets-app/commit/c84c858520bed8c24f6fd51168e92efece1a2be3))
7+
* add executable code blocks with 15+ programming languages ([4d2febc](https://github.com/typelets/typelets-app/commit/4d2febcfe531e1af52380348e43adbfe95402087))
8+
19
## [1.17.4](https://github.com/typelets/typelets-app/compare/v1.17.3...v1.17.4) (2025-09-19)
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.17.4",
3+
"version": "1.18.0",
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.4';
1+
export const APP_VERSION = '1.18.0';

0 commit comments

Comments
 (0)