Skip to content

Commit f3ef07c

Browse files
chore(release): 1.15.1 [skip ci]
## [1.15.1](v1.15.0...v1.15.1) (2025-11-19) ### Bug Fixes * add missing OpenTelemetry dependencies for production build ([587c295](587c295))
1 parent 587c295 commit f3ef07c

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.15.1](https://github.com/typelets/typelets-api/compare/v1.15.0...v1.15.1) (2025-11-19)
2+
3+
4+
### Bug Fixes
5+
6+
* add missing OpenTelemetry dependencies for production build ([587c295](https://github.com/typelets/typelets-api/commit/587c2951a4ab61d45b9414b4bac03970c83f46e3))
7+
18
# [1.15.0](https://github.com/typelets/typelets-api/compare/v1.14.1...v1.15.0) (2025-11-19)
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.15.0",
3+
"version": "1.15.1",
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.15.0"
2+
export const VERSION = "1.15.1"

0 commit comments

Comments
 (0)