@forge/manifest

13.1.1-next.2-experimental-a1600ff13.1.1-next.2-experimental-fda9df6
CHANGELOG.md
~CHANGELOG.mdModified
+1−5
Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,12 +1,8 @@
 # @forge/manifest
 
-## 13.1.1-next.2-experimental-a1600ff
+## 13.1.1-next.2-experimental-fda9df6
 
-### Minor Changes
-
-- 8826ca3: add personal apps support for Forge app creation
-
 ### Patch Changes
 
 - 4c5ba1c: Add `permissions.sandbox` to the manifest schema. When `allow-storage-access-by-user-activation` is included in the `sandbox` array, the app iframe sandbox will include the corresponding token, enabling the app to request third-party storage access (e.g. cookies) via the Storage Access API when triggered by a user gesture.