From 961924544f62953745a8b3145bb1ebf8bb68e7b5 Mon Sep 17 00:00:00 2001 From: "hyper-sdk-app[bot]" <163947841+hyper-sdk-app[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 10:11:44 +0000 Subject: [PATCH] chore(release): 3.0.33 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 581e623..cc45759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.0.33](https://github.com/juspay/hyper-sdk-react/compare/v3.0.32...v3.0.33) (2024-07-16) + + +### Bug Fixes + +* updated hypersdk plugin version to 2.0.8 ([7b15487](https://github.com/juspay/hyper-sdk-react/commit/7b154876c6784d42236efdc29b82e4a0e1338c99)) + ### [3.0.32](https://github.com/juspay/hyper-sdk-react/compare/v3.0.31...v3.0.32) (2024-07-12) ### [3.0.31](https://github.com/juspay/hyper-sdk-react/compare/v3.0.30...v3.0.31) (2024-07-11) diff --git a/package.json b/package.json index 43a40a3..54b6651 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyper-sdk-react", - "version": "3.0.32", + "version": "3.0.33", "description": "React native module for HyperSDK which enables payment orchestration via different dynamic modules. More details available at https://developer.juspay.in/v2.0/docs . Some part of module depends heavily on native functionalities are not updatable dynamically.", "main": "lib/commonjs/index", "module": "lib/module/index",