Skip to content

Commit 885eff0

Browse files
committed
Merge branch 'main' of github.com:typelets/typelets-app
2 parents e5f203d + f69e520 commit 885eff0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.1.0](https://github.com/typelets/typelets-app/compare/v1.0.0...v1.1.0) (2025-08-13)
2+
3+
4+
### Features
5+
6+
* add move functionality for notes and folders with tree-view selection ([a434c41](https://github.com/typelets/typelets-app/commit/a434c411386fbe414f12fd10a0561a9867fa368a))
7+
* add move note to folder functionality with modal interface ([aea639f](https://github.com/typelets/typelets-app/commit/aea639fce0e25bfc6590304f8e56de5e507b87fc))
8+
19
# 1.0.0 (2025-08-12)
210

311

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

0 commit comments

Comments
 (0)