Skip to content

Commit

Permalink
add missing changeset (#7242)
Browse files Browse the repository at this point in the history
* add missing changeset

* update changeset
  • Loading branch information
WojtekTheWebDev authored Aug 23, 2024
1 parent 9f118f6 commit 3ccc8cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/perfect-seahorses-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vue-storefront/sdk": patch
---

[CHANGED] response type of HTTPClient to `Promise<any>`. Previously it was `Promise<true> | SdkHttpError`, which was making it impossible the use of an `axios` with the `middlewareModule`. Now, it more flexible and can be used with any HTTP client.

0 comments on commit 3ccc8cd

Please sign in to comment.