diff --git a/CHANGELOG.md b/CHANGELOG.md index b52524e1b..a13859cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.86.1](https://github.com/juspay/hyperswitch-web/compare/v0.86.0...v0.86.1) (2024-09-13) + + +### Reverts + +* handle redirections for iframed content ([#557](https://github.com/juspay/hyperswitch-web/issues/557)) ([#611](https://github.com/juspay/hyperswitch-web/issues/611)) ([6e203e4](https://github.com/juspay/hyperswitch-web/commit/6e203e42e4e689f2802eb1af2191af9cf3ef945f)) + # [0.86.0](https://github.com/juspay/hyperswitch-web/compare/v0.85.0...v0.86.0) (2024-09-13) diff --git a/package-lock.json b/package-lock.json index 0c4ffa04e..df40c438f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "orca-payment-page", - "version": "0.86.0", + "version": "0.86.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "orca-payment-page", - "version": "0.86.0", + "version": "0.86.1", "hasInstallScript": true, "dependencies": { "@glennsl/rescript-fetch": "^0.2.0", diff --git a/package.json b/package.json index 73ebc7090..0eb718d11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orca-payment-page", - "version": "0.86.0", + "version": "0.86.1", "main": "index.js", "private": true, "dependencies": {