Skip to content

Commit fb6e3e6

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 92a192a + 260fcfa commit fb6e3e6

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.4](https://github.com/typelets/typelets-api/compare/v1.16.3...v1.16.4) (2025-11-23)
2+
3+
4+
### Bug Fixes
5+
6+
* add type annotations to auth test mocks for Jest 30 compatibility ([6c38045](https://github.com/typelets/typelets-api/commit/6c38045a8896d7755d5f6172798fa83838012324))
7+
18
## [1.16.3](https://github.com/typelets/typelets-api/compare/v1.16.2...v1.16.3) (2025-11-23)
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.16.3",
3+
"version": "1.16.4",
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.16.3"
2+
export const VERSION = "1.16.4"

0 commit comments

Comments
 (0)