Skip to content

Commit 064785c

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.4...v1.1.0) (2025-09-15) ### Features * **websocket:** implement real-time sync with HMAC authentication and fix folder moves ([8de85b7](8de85b7))
1 parent 62ba36c commit 064785c

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/typelets/typelets-api/compare/v1.0.4...v1.1.0) (2025-09-15)
2+
3+
4+
### Features
5+
6+
* **websocket:** implement real-time sync with HMAC authentication and fix folder moves ([8de85b7](https://github.com/typelets/typelets-api/commit/8de85b7eae38b9af76154e40cdeff53d771f6e92))
7+
18
## [1.0.4](https://github.com/typelets/typelets-api/compare/v1.0.3...v1.0.4) (2025-09-10)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typelets-api",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "A secure, encrypted notes management API with folder organization and file attachments",
55
"main": "dist/server.js",
66
"license": "MIT",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is automatically updated by semantic-release
2-
export const VERSION = '1.0.4'
2+
export const VERSION = '1.1.0'

0 commit comments

Comments
 (0)