diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c315ce0..a58a007b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [0.20.0](https://github.com/juspay/hyperswitch-web/compare/v0.19.0...v0.20.0) (2024-01-22) + + +### Bug Fixes + +* HS-123: created separate iframe for full screen ([#111](https://github.com/juspay/hyperswitch-web/issues/111)) ([303ba00](https://github.com/juspay/hyperswitch-web/commit/303ba00dac09496850e5173f86048a6e46be0b34)) + + +### Features + +* HS-197: Added Address Element ([#109](https://github.com/juspay/hyperswitch-web/issues/109)) ([dd4a18a](https://github.com/juspay/hyperswitch-web/commit/dd4a18aa19a4490d95f070066f92ad35759733e1)) + # [0.19.0](https://github.com/juspay/hyperswitch-web/compare/v0.18.1...v0.19.0) (2024-01-19) diff --git a/package-lock.json b/package-lock.json index 68867ac4..603225a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "orca-payment-page", - "version": "0.19.0", + "version": "0.20.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8598b3cd..8f63850c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orca-payment-page", - "version": "0.19.0", + "version": "0.20.0", "main": "index.js", "private": true, "dependencies": {