@forge/manifest
13.1.1-next.2-experimental-094961613.2.0-next.5
CHANGELOG.md~
CHANGELOG.mdModified+15−10
Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,23 +1,28 @@
# @forge/manifest
-## 13.1.1-next.2-experimental-0949616
+## 13.2.0-next.5
+### Minor Changes
+
+- 2b30ef8: Add SKILL.md file validation
+
+## 13.2.0-next.4
+
### 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.
+- 5abe69e: add support for personal app installation contexts
- Example usage:
+## 13.2.0-next.3
- ```yaml
- permissions:
- sandbox:
- - allow-storage-access-by-user-activation
- ```
+### Minor Changes
-- 7195f29: Update manifest definitions
-- 3252a62: Update manifest definitions
+- 8826ca3: add personal apps support for Forge app creation
+### Patch Changes
+
+- c67b720: Update manifest definitions
+
## 13.1.1-next.2
### Patch Changes