@forge/runtime

6.1.3-experimental-04cc2b96.2.0-next.0
CHANGELOG.md
~CHANGELOG.mdModified
+3−3
Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,11 +1,11 @@
 # @forge/runtime
 
-## 6.1.3-experimental-04cc2b9
+## 6.2.0-next.0
 
-### Major Changes
+### Minor Changes
 
-- d9ef926: Adds support for TypeScript 5
+- 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.
 
 ## 6.1.3
 
 ### Patch Changes