Skip to content

Commit cd3e482

Browse files
chore(release): 1.9.0 [skip ci]
# [1.9.0](v1.8.1...v1.9.0) (2025-09-05) ### Bug Fixes * resolve build errors and implement VSCode-style status bar ([82e3ebb](82e3ebb)) * resolve ESLint warning by properly typing ResizableImage component props ([f6cb992](f6cb992)) * resolve ReactNodeViewRenderer type compatibility with proper type assertion ([80c177c](80c177c)) ### Features * enhance editor with comprehensive features, filtering, and auto-save ([bd0527c](bd0527c))
1 parent 80c177c commit cd3e482

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.9.0](https://github.com/typelets/typelets-app/compare/v1.8.1...v1.9.0) (2025-09-05)
2+
3+
4+
### Bug Fixes
5+
6+
* resolve build errors and implement VSCode-style status bar ([82e3ebb](https://github.com/typelets/typelets-app/commit/82e3ebb8ff8677b891a62d1265d53e7edea906b1))
7+
* resolve ESLint warning by properly typing ResizableImage component props ([f6cb992](https://github.com/typelets/typelets-app/commit/f6cb99234252451acec3d86d8bd0c17bd326a349))
8+
* resolve ReactNodeViewRenderer type compatibility with proper type assertion ([80c177c](https://github.com/typelets/typelets-app/commit/80c177c3078efe08510726fcda49084216c92afa))
9+
10+
11+
### Features
12+
13+
* enhance editor with comprehensive features, filtering, and auto-save ([bd0527c](https://github.com/typelets/typelets-app/commit/bd0527ce4261f95f513de8683314018c01953f7a))
14+
115
## [1.8.1](https://github.com/typelets/typelets-app/compare/v1.8.0...v1.8.1) (2025-09-05)
216

317

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

0 commit comments

Comments
 (0)