From 601a13de1ad6f082d3f8f9023ead46f3e1eede45 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Mon, 16 Feb 2026 11:23:08 +0000 Subject: [PATCH] fix(remoteingress): no changes detected in diff; no code modifications to release --- changelog.md | 6 ++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index c96897b..e58453d 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 8d1b5e8..56833b3 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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.' }