Skip to content

Commit 0c46a22

Browse files
chore(release): 1.6.1 [skip ci]
## [1.6.1](v1.6.0...v1.6.1) (2025-10-15) ### Bug Fixes * replace single quotes with double ([906abaa](906abaa)) * replace single quotes with double ([cb49dd4](cb49dd4))
1 parent 906abaa commit 0c46a22

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.6.1](https://github.com/typelets/typelets-api/compare/v1.6.0...v1.6.1) (2025-10-15)
2+
3+
4+
### Bug Fixes
5+
6+
* replace single quotes with double ([906abaa](https://github.com/typelets/typelets-api/commit/906abaa269787052493886235f8a21c06e561a36))
7+
* replace single quotes with double ([cb49dd4](https://github.com/typelets/typelets-api/commit/cb49dd4f32a658792de0552b4ac12309fa61b334))
8+
19
# [1.6.0](https://github.com/typelets/typelets-api/compare/v1.5.0...v1.6.0) (2025-10-15)
210

311
### Features

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.6.0",
3+
"version": "1.6.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.6.0";
2+
export const VERSION = "1.6.1"

0 commit comments

Comments
 (0)