Skip to content

Commit 230694e

Browse files
chore(release): 1.11.4 [skip ci]
## [1.11.4](v1.11.3...v1.11.4) (2025-10-18) ### Bug Fixes * send logs as Sentry events using captureMessage/captureException ([3133f21](3133f21))
1 parent 3133f21 commit 230694e

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.4](https://github.com/typelets/typelets-api/compare/v1.11.3...v1.11.4) (2025-10-18)
2+
3+
4+
### Bug Fixes
5+
6+
* send logs as Sentry events using captureMessage/captureException ([3133f21](https://github.com/typelets/typelets-api/commit/3133f21de3319f642d4cfbde889e978d6ed4745a))
7+
18
## [1.11.3](https://github.com/typelets/typelets-api/compare/v1.11.2...v1.11.3) (2025-10-18)
29

310
### Bug Fixes

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.3",
3+
"version": "1.11.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.11.3";
2+
export const VERSION = "1.11.4"

0 commit comments

Comments
 (0)