Skip to content

Commit d9e063a

Browse files
chore(release): 1.11.10 [skip ci]
## [1.11.10](v1.11.9...v1.11.10) (2025-10-28) ### Bug Fixes * install @jest/globals to fix CI test compilation ([6c5acec](6c5acec)) * install @jest/globals to fix CI test compilation ([1e7fcea](1e7fcea))
1 parent 6c5acec commit d9e063a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.11.10](https://github.com/typelets/typelets-api/compare/v1.11.9...v1.11.10) (2025-10-28)
2+
3+
4+
### Bug Fixes
5+
6+
* install @jest/globals to fix CI test compilation ([6c5acec](https://github.com/typelets/typelets-api/commit/6c5acece8985382823360f331632a8787a6f3a29))
7+
* install @jest/globals to fix CI test compilation ([1e7fcea](https://github.com/typelets/typelets-api/commit/1e7fceae23cfe379891bc3447d3583c1e844a912))
8+
19
## [1.11.9](https://github.com/typelets/typelets-api/compare/v1.11.8...v1.11.9) (2025-10-28)
210

311

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.11.9",
3+
"version": "1.11.10",
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.11.8";
2+
export const VERSION = "1.11.10"

0 commit comments

Comments
 (0)