Skip to content

Commit 0e96d29

Browse files
chore(release): 1.15.5 [skip ci]
## [1.15.5](v1.15.4...v1.15.5) (2025-11-19) ### Bug Fixes * import SeverityNumber from @opentelemetry/api-logs ([9c717c4](9c717c4))
1 parent 9c717c4 commit 0e96d29

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.5](https://github.com/typelets/typelets-api/compare/v1.15.4...v1.15.5) (2025-11-19)
2+
3+
4+
### Bug Fixes
5+
6+
* import SeverityNumber from @opentelemetry/api-logs ([9c717c4](https://github.com/typelets/typelets-api/commit/9c717c444e3d202f41847798fd02f577cef12ed9))
7+
18
## [1.15.4](https://github.com/typelets/typelets-api/compare/v1.15.3...v1.15.4) (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.4",
3+
"version": "1.15.5",
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.4"
2+
export const VERSION = "1.15.5"

0 commit comments

Comments
 (0)