diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bf5ab3..4767aa0 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.20](https://github.com/juspay/hyper-sdk-react/compare/v3.0.18...v3.0.20) (2024-03-21) + + +### Features + +* added github workflows ([0877113](https://github.com/juspay/hyper-sdk-react/commit/0877113d20cb5254f9d8cabc50d7d8bf7f08c4c9)) + ### [3.0.19](https://github.com/juspay/hyper-sdk-react/compare/v3.0.18...v3.0.19) (2024-03-21) diff --git a/package.json b/package.json index 00e337d..48fca6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyper-sdk-react", - "version": "3.0.19", + "version": "3.0.20", "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",