npm package diff

Package: @forge/manifest

Versions: 7.5.3 - 7.5.4-next.0

Modified:package/package.json

Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@forge/manifest",
-  "version": "7.5.3",
+  "version": "7.5.4-next.0",
   "description": "Definitions and validations of the Forge manifest",
   "main": "out/index.js",
   "scripts": {
     "build": "yarn run compile",

Modified:package/CHANGELOG.md

Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,6 +1,12 @@
 # @forge/manifest
 
+## 7.5.4-next.0
+
+### Patch Changes
+
+- 562a25c: Allow updating manifest schema resources with app-host-artifacts changes on staging
+
 ## 7.5.3
 
 ### Patch Changes