From 5d8410c3f4c64a769fac42f6922437b5c5441368 Mon Sep 17 00:00:00 2001 From: "hyper-sdk-app[bot]" <163947841+hyper-sdk-app[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 12:14:40 +0000 Subject: [PATCH] chore(release): 3.0.39 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c2c1e1..2d0e66b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.39](https://github.com/juspay/hyper-sdk-react/compare/v3.0.38...v3.0.39) (2024-08-26) + ### [3.0.38](https://github.com/juspay/hyper-sdk-react/compare/v3.0.37...v3.0.38) (2024-08-26) ### [3.0.37](https://github.com/juspay/hyper-sdk-react/compare/v3.0.36...v3.0.37) (2024-08-26) diff --git a/package.json b/package.json index 37df8a0..17d401c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyper-sdk-react", - "version": "3.0.38", + "version": "3.0.39", "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",