From 7161faeca8cbccd52f864b8277e4dcd6c4db0cb6 Mon Sep 17 00:00:00 2001 From: Lukasz Ostrowski Date: Wed, 22 May 2024 16:13:07 +0200 Subject: [PATCH] Release to npm (#362) Co-authored-by: github-actions[bot] --- .changeset/lazy-fishes-act.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/lazy-fishes-act.md 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",