@forge/tunnel

6.4.2-next.46.5.0-next.5
CHANGELOG.md
~CHANGELOG.mdModified
+13
Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,6 +1,19 @@
 # @forge/tunnel
 
+## 6.5.0-next.5
+
+### 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.
+
+### Patch Changes
+
+- Updated dependencies [6aeecd7]
+  - @forge/[email protected]
+  - @forge/[email protected]
+  - @forge/[email protected]
+
 ## 6.4.2-next.4
 
 ### Patch Changes