Skip to content

Commit b26a387

Browse files
chore(release): 1.11.7 [skip ci]
## [1.11.7](v1.11.6...v1.11.7) (2025-10-28) ### Bug Fixes * **test:** use absolute path for migrations in globalSetup ([8da367a](8da367a))
1 parent 7fe2f32 commit b26a387

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.11.7](https://github.com/typelets/typelets-api/compare/v1.11.6...v1.11.7) (2025-10-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **test:** use absolute path for migrations in globalSetup ([8da367a](https://github.com/typelets/typelets-api/commit/8da367ae510aaed103faca84ce089f3fa51aa17c))
7+
18
## [1.11.6](https://github.com/typelets/typelets-api/compare/v1.11.5...v1.11.6) (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.6",
3+
"version": "1.11.7",
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.6"
2+
export const VERSION = "1.11.7"

0 commit comments

Comments
 (0)