@forge/cli-shared
8.24.1-next.28.25.0-next.3
CHANGELOG.md~
CHANGELOG.mdModified+6
Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,6 +1,12 @@
# @forge/cli-shared
+## 8.25.0-next.3
+
+### Minor Changes
+
+- 6aeecd7: The tunnel debugger now binds to localhost (127.0.0.1) by default instead of all network interfaces (0.0.0.0). If you need to attach a debugger from another host, use the new `--debugHost` option on `forge tunnel` to specify the IP address to bind to.
+
## 8.24.1-next.2
### Patch Changes