@forge/runtime

7.0.0-next.17.0.0
CHANGELOG.md
~CHANGELOG.mdModified
+10
Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,6 +1,16 @@
 # @forge/runtime
 
+## 7.0.0
+
+### Major Changes
+
+- 78fcb7f: Adds support for TypeScript 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.
+
 ## 7.0.0-next.1
 
 ### Major Changes