chore(release): Publish

This commit is contained in:
olivermrbl
2022-08-25 15:51:21 +02:00
parent d38a4fb927
commit 384c8efb8b
53 changed files with 203 additions and 168 deletions
@@ -1,5 +1,14 @@
# Change Log
## 1.1.43
### Patch Changes
- [#1982](https://github.com/medusajs/medusa/pull/1982) [`40ae53567`](https://github.com/medusajs/medusa/commit/40ae53567a23ebe562e571fa22f1721eed174c82) Thanks [@chemicalkosek](https://github.com/chemicalkosek)! - Add payment providers Przelewy24 and Blik through Stripe
- Updated dependencies [[`c97ccd3fb`](https://github.com/medusajs/medusa/commit/c97ccd3fb5dbe796b0e4fbf37def5bb6e8201557)]:
- medusa-interfaces@1.3.3
## 1.1.42
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "medusa-payment-stripe",
"version": "1.1.42",
"version": "1.1.43",
"description": "Stripe Payment provider for Meduas Commerce",
"main": "index.js",
"repository": {
@@ -35,7 +35,7 @@
"test": "jest"
},
"peerDependencies": {
"medusa-interfaces": "1.3.2"
"medusa-interfaces": "1.3.3"
},
"dependencies": {
"body-parser": "^1.19.0",