diff --git a/CHANGELOG.md b/CHANGELOG.md index db4d43a..0adb817 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.36](https://github.com/juspay/hyper-sdk-react/compare/v3.0.35...v3.0.36) (2024-08-07) + + +### Bug Fixes + +* regenerated yarn.lock to remove flagged dependencies ([ad14959](https://github.com/juspay/hyper-sdk-react/commit/ad1495912b060878bd34db320b68f61ff1db4cc0)) + ### [3.0.35](https://github.com/juspay/hyper-sdk-react/compare/v3.0.34...v3.0.35) (2024-07-30) ### [3.0.34](https://github.com/juspay/hyper-sdk-react/compare/v3.0.33...v3.0.34) (2024-07-24) diff --git a/package.json b/package.json index f604916..50e4cb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyper-sdk-react", - "version": "3.0.35", + "version": "3.0.36", "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",