Skip to content

Commit 04a0467

Browse files
chore(main): release triterm 0.4.0 (#10)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 68dbd91 commit 04a0467

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/vasandkumar/triterm/compare/triterm-v0.3.0...triterm-v0.4.0) (2025-11-29)
4+
5+
6+
### Features
7+
8+
* implement JWT token revocation system ([#9](https://github.com/vasandkumar/triterm/issues/9)) ([68dbd91](https://github.com/vasandkumar/triterm/commit/68dbd915f43ffe517abd371d6fcfa7005f2a3aa9))
9+
310
## [0.3.0](https://github.com/vasandkumar/triterm/compare/triterm-v0.2.1...triterm-v0.3.0) (2025-11-29)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "triterm",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"type": "module",
55
"description": "Modern, secure web-based terminal manager with multi-user support",
66
"keywords": [

0 commit comments

Comments
 (0)