Skip to content

Commit e5f4dc0

Browse files
chore(release): 1.13.0 [skip ci]
# [1.13.0](v1.12.0...v1.13.0) (2025-11-05) ### Features * migrate to Upstash Redis and Piston code execution ([3abe305](3abe305))
1 parent 3abe305 commit e5f4dc0

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.13.0](https://github.com/typelets/typelets-api/compare/v1.12.0...v1.13.0) (2025-11-05)
2+
3+
4+
### Features
5+
6+
* migrate to Upstash Redis and Piston code execution ([3abe305](https://github.com/typelets/typelets-api/commit/3abe305763c0addb793976241da2f1c52cfb74b7))
7+
18
# [1.12.0](https://github.com/typelets/typelets-api/compare/v1.11.11...v1.12.0) (2025-11-03)
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.12.0",
3+
"version": "1.13.0",
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.12.0";
2+
export const VERSION = "1.13.0"

0 commit comments

Comments
 (0)