Skip to content

Commit 0b9cb66

Browse files
chore(release): 1.16.0 [skip ci]
# [1.16.0](v1.15.10...v1.16.0) (2025-11-22) ### Features * add public notes API for publishing encrypted notes ([76061b7](76061b7))
1 parent 5d25fe8 commit 0b9cb66

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.16.0](https://github.com/typelets/typelets-api/compare/v1.15.10...v1.16.0) (2025-11-22)
2+
3+
4+
### Features
5+
6+
* add public notes API for publishing encrypted notes ([76061b7](https://github.com/typelets/typelets-api/commit/76061b74fc27fb671b6399d9d2f4e4dbcbfa71b8))
7+
18
## [1.15.10](https://github.com/typelets/typelets-api/compare/v1.15.9...v1.15.10) (2025-11-22)
29

310

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.15.10",
3+
"version": "1.16.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.15.10"
2+
export const VERSION = "1.16.0"

0 commit comments

Comments
 (0)