@forge/cli

13.0.0-next.1313.0.0
CHANGELOG.md
~CHANGELOG.mdModified
+55
Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,6 +1,61 @@
 # @forge/cli
 
+## 13.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.
+- 5881924: update memfs
+- 39d4f9d: forge show command
+- 55c1371: bump cheerio to ^1.2.0 to pull in a patched undici (>=7.19.0, resolving to a fixed release) and remediate CVE-2026-1525
+  NodeJS requirement bumped from 20.0.0 to >=20.18.1
+- 2a1ec30: Adding warning when site has over 100 apps installed
+
+### Patch Changes
+
+- 561f8f4: Remove "storage" module from "@forge/api"
+- ab1dcaa: Update JSM to be its own product
+- 39d4f9d: Unhide and put `module` command into the "Develop" group in CLI help output
+- bb903a8: Update requireAppId check
+- 5b67e61: Patch fixes for module Add
+- 9a6de66: module list command
+- 73f3e6e: Adding new --app-id-override flag to build list
+- Updated dependencies [c3b96b3]
+- Updated dependencies [2a03b88]
+- Updated dependencies [814b8fe]
+- Updated dependencies [561f8f4]
+- Updated dependencies [6aeecd7]
+- Updated dependencies [78fcb7f]
+- Updated dependencies [ab1dcaa]
+- Updated dependencies [4a191fe]
+- Updated dependencies [5881924]
+- Updated dependencies [bb903a8]
+- Updated dependencies [c1acc55]
+- Updated dependencies [fbf8219]
+- Updated dependencies [8ac7dd3]
+- Updated dependencies [39d4f9d]
+- Updated dependencies [6adb226]
+- Updated dependencies [5b67e61]
+- Updated dependencies [9a6de66]
+- Updated dependencies [55c1371]
+- Updated dependencies [d66be70]
+- Updated dependencies [1a461c3]
+- Updated dependencies [2a1ec30]
+  - @forge/[email protected]
+  - @forge/[email protected]
+  - @forge/[email protected]
+  - @forge/[email protected]
+  - @forge/[email protected]
+  - @forge/[email protected]
+  - @forge/[email protected]
+  - @forge/[email protected]
+  - @forge/[email protected]
+
 ## 13.0.0-next.13
 
 ### Minor Changes