Skip to content

Commit 906abaa

Browse files
committed
fix: replace single quotes with double
1 parent cb49dd4 commit 906abaa

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
# [1.6.0](https://github.com/typelets/typelets-api/compare/v1.5.0...v1.6.0) (2025-10-15)
22

3-
43
### Features
54

6-
* add Valkey caching layer with New Relic monitoring and structured logging ([14ada06](https://github.com/typelets/typelets-api/commit/14ada06917931812f8736515a5bbc9c40cde77cc))
5+
- add Valkey caching layer with New Relic monitoring and structured logging ([14ada06](https://github.com/typelets/typelets-api/commit/14ada06917931812f8736515a5bbc9c40cde77cc))
76

87
# [1.5.0](https://github.com/typelets/typelets-api/compare/v1.4.0...v1.5.0) (2025-10-13)
98

10-
119
### Features
1210

13-
* add configurable database connection pooling ([18507b1](https://github.com/typelets/typelets-api/commit/18507b1632ee5ebf9e04acbc4a37a2453b97a5c2))
11+
- add configurable database connection pooling ([18507b1](https://github.com/typelets/typelets-api/commit/18507b1632ee5ebf9e04acbc4a37a2453b97a5c2))
1412

1513
# [1.4.0](https://github.com/typelets/typelets-api/compare/v1.3.1...v1.4.0) (2025-10-12)
1614

17-
1815
### Features
1916

20-
* add attachment count to notes list and enhance monitoring ([136ad40](https://github.com/typelets/typelets-api/commit/136ad401e0552644ffac1c0e378805e3bbfb5833))
17+
- add attachment count to notes list and enhance monitoring ([136ad40](https://github.com/typelets/typelets-api/commit/136ad401e0552644ffac1c0e378805e3bbfb5833))
2118

2219
## [1.3.1](https://github.com/typelets/typelets-api/compare/v1.3.0...v1.3.1) (2025-09-25)
2320

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.0";

0 commit comments

Comments
 (0)