Skip to content

Commit 6c5acec

Browse files
committed
fix: install @jest/globals to fix CI test compilation
2 parents 1e7fcea + bcfde36 commit 6c5acec

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.11.9](https://github.com/typelets/typelets-api/compare/v1.11.8...v1.11.9) (2025-10-28)
2+
3+
4+
### Bug Fixes
5+
6+
* enable database migrations for CI tests ([17c4490](https://github.com/typelets/typelets-api/commit/17c44908373e85d29190e7e8afdd16097b1a350d))
7+
18
## [1.11.8](https://github.com/typelets/typelets-api/compare/v1.11.7...v1.11.8) (2025-10-28)
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.11.8",
3+
"version": "1.11.9",
44
"description": "A secure, encrypted notes management API with folder organization and file attachments",
55
"main": "dist/server.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)