From 0716af8f2668df00021468fe05429fcb5e832a55 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 Sep 2024 08:48:50 +0000 Subject: [PATCH] chore(release): 0.86.0 [skip ci] # [0.86.0](https://github.com/juspay/hyperswitch-web/compare/v0.85.0...v0.86.0) (2024-09-13) ### Features * **applepay:** calculate tax amount dynamically while changing shipping address in apple pay sdk ([#610](https://github.com/juspay/hyperswitch-web/issues/610)) ([0804823](https://github.com/juspay/hyperswitch-web/commit/08048237dbee8cfff26a7c8e7a6d8940ab913227)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf9af9e6d..b52524e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.86.0](https://github.com/juspay/hyperswitch-web/compare/v0.85.0...v0.86.0) (2024-09-13) + + +### Features + +* **applepay:** calculate tax amount dynamically while changing shipping address in apple pay sdk ([#610](https://github.com/juspay/hyperswitch-web/issues/610)) ([0804823](https://github.com/juspay/hyperswitch-web/commit/08048237dbee8cfff26a7c8e7a6d8940ab913227)) + # [0.85.0](https://github.com/juspay/hyperswitch-web/compare/v0.84.20...v0.85.0) (2024-09-12) diff --git a/package-lock.json b/package-lock.json index 4e66757c4..0c4ffa04e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "orca-payment-page", - "version": "0.85.0", + "version": "0.86.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "orca-payment-page", - "version": "0.85.0", + "version": "0.86.0", "hasInstallScript": true, "dependencies": { "@glennsl/rescript-fetch": "^0.2.0", diff --git a/package.json b/package.json index 184efab3e..73ebc7090 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orca-payment-page", - "version": "0.85.0", + "version": "0.86.0", "main": "index.js", "private": true, "dependencies": {