diff --git a/.changeset/lazy-fishes-act.md b/.changeset/lazy-fishes-act.md deleted file mode 100644 index ded079e7..00000000 --- a/.changeset/lazy-fishes-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@saleor/app-sdk": patch ---- - -Added additional debug logs for createManifestHandler utility. Now app with DEBUG env variable will print extra messagess helpful with broken app installations diff --git a/CHANGELOG.md b/CHANGELOG.md index bef414bc..9422e655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @saleor/app-sdk +## 0.50.1 + +### Patch Changes + +- d24c734: Added additional debug logs for createManifestHandler utility. Now app with DEBUG env variable will print extra messagess helpful with broken app installations + ## 0.50.0 ### Minor Changes diff --git a/package.json b/package.json index c2a641cc..5b2d17d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@saleor/app-sdk", - "version": "0.50.0", + "version": "0.50.1", "description": "SDK for building great Saleor Apps", "scripts": { "prepublishOnly": "pnpm build",