fix(remoteingress): no changes detected in diff; no code modifications to release

This commit is contained in:
2026-02-16 11:23:08 +00:00
parent 1d1fbaed80
commit 601a13de1a
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-02-16 - 3.0.1 - fix(remoteingress)
no changes detected in diff; no code modifications to release
- No files changed in the provided diff.
- No release or version bump required based on current changes.
## 2026-02-16 - 3.0.0 - BREAKING CHANGE(remoteingress)
migrate core to Rust, add RemoteIngressHub/RemoteIngressEdge JS bridge, and bump package to v2.0.0

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/remoteingress',
version: '3.0.0',
version: '3.0.1',
description: 'Edge ingress tunnel for DcRouter - accepts incoming TCP connections at network edge and tunnels them to DcRouter SmartProxy preserving client IP via PROXY protocol v1.'
}