diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c4507864..478a8fa26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.26.4](https://github.com/juspay/hyperswitch-web/compare/v0.26.3...v0.26.4) (2024-02-28) + + +### Bug Fixes + +* **sdkHandleOneClickConfirmPayment:** properly handling redirection for one click payment methods ([#192](https://github.com/juspay/hyperswitch-web/issues/192)) ([0e70b4f](https://github.com/juspay/hyperswitch-web/commit/0e70b4f4fc3998ac3616adc124aa0ccf2c08ae2b)) + ## [0.26.3](https://github.com/juspay/hyperswitch-web/compare/v0.26.2...v0.26.3) (2024-02-28) diff --git a/package-lock.json b/package-lock.json index 4e3b0b0da..97059bf99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "orca-payment-page", - "version": "0.26.3", + "version": "0.26.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cc7227a28..a2e9100c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orca-payment-page", - "version": "0.26.3", + "version": "0.26.4", "main": "index.js", "private": true, "dependencies": {