diff --git a/.changeset/eight-scissors-own.md b/.changeset/eight-scissors-own.md deleted file mode 100644 index 98454b3..0000000 --- a/.changeset/eight-scissors-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-app-payment-stripe": minor ---- - -Fixed blank configuration screen; Stripe API is now on the latest version diff --git a/.changeset/empty-falcons-yawn.md b/.changeset/empty-falcons-yawn.md deleted file mode 100644 index 418c0f9..0000000 --- a/.changeset/empty-falcons-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-app-payment-stripe": patch ---- - -Bumped zod from 3.22.2 to 3.22.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index d94c5f9..f79bfba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # saleor-app-payment-stripe +## 0.3.0 + +### Minor Changes + +- 6817fbe: Fixed blank configuration screen; Stripe API is now on the latest version + +### Patch Changes + +- e47cd4e: Bumped zod from 3.22.2 to 3.22.3 + ## 0.2.1 ### Patch Changes diff --git a/package.json b/package.json index 6d1518e..7f99dfc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/package.json", "name": "saleor-app-payment-stripe", "description": "Saleor App Payment Stripe is a payment integration app that allows merchants using the Saleor e-commerce platform to accept online payments from customers using Stripe as their payment processor.", - "version": "0.2.1", + "version": "0.3.0", "private": true, "repository": "github:saleor/saleor-app-payment-stripe", "homepage": "https://github.com/saleor/saleor-app-payment-stripe",