Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 51d33127bf | |||
| a4ba6806e5 |
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-03-21 - 1.4.1 - fix(readme)
|
||||||
|
preserve markdown line breaks in feature list
|
||||||
|
|
||||||
|
- Adds trailing spaces to the README feature list so each highlighted capability renders on its own line.
|
||||||
|
|
||||||
## 2026-03-19 - 1.4.0 - feat(vpn transport)
|
## 2026-03-19 - 1.4.0 - feat(vpn transport)
|
||||||
add QUIC transport support with auto fallback to WebSocket
|
add QUIC transport support with auto fallback to WebSocket
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartvpn",
|
"name": "@push.rocks/smartvpn",
|
||||||
"version": "1.4.0",
|
"version": "1.4.1",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A VPN solution with TypeScript control plane and Rust data plane daemon",
|
"description": "A VPN solution with TypeScript control plane and Rust data plane daemon",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartvpn',
|
name: '@push.rocks/smartvpn',
|
||||||
version: '1.4.0',
|
version: '1.4.1',
|
||||||
description: 'A VPN solution with TypeScript control plane and Rust data plane daemon'
|
description: 'A VPN solution with TypeScript control plane and Rust data plane daemon'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user