Skip to content

Commit 2ba13fc

Browse files
chore(release): 1.14.1 [skip ci]
## [1.14.1](v1.14.0...v1.14.1) (2025-11-05) ### Bug Fixes * return fake token from Piston for frontend compatibility ([e216257](e216257)) * return fake token from Piston for frontend compatibility ([2df254d](2df254d))
1 parent e216257 commit 2ba13fc

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.14.1](https://github.com/typelets/typelets-api/compare/v1.14.0...v1.14.1) (2025-11-05)
2+
3+
4+
### Bug Fixes
5+
6+
* return fake token from Piston for frontend compatibility ([e216257](https://github.com/typelets/typelets-api/commit/e2162571ffdccf59f5983b330a05c2c3b92b517e))
7+
* return fake token from Piston for frontend compatibility ([2df254d](https://github.com/typelets/typelets-api/commit/2df254d5ba20a4756e5a12ca2f485b1337c55cf8))
8+
19
# [1.14.0](https://github.com/typelets/typelets-api/compare/v1.13.0...v1.14.0) (2025-11-05)
210

311

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.14.0",
3+
"version": "1.14.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.14.0";
2+
export const VERSION = "1.14.1"

0 commit comments

Comments
 (0)