From 0198fe58ce3056f707d122b1147f8c70d94f9191 Mon Sep 17 00:00:00 2001 From: "Sourav Ganguly (isouravganguly)" Date: Wed, 1 Oct 2025 14:35:33 +0530 Subject: [PATCH] chore(release): 5.3.0 --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e44965a8..e2f36d1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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. +## [5.3.0](https://github.com/smallcase/react-native-smallcase-gateway/compare/v5.2.0...v5.3.0) (2025-10-01) + +### [5.0.2-rc.3](https://github.com/smallcase/react-native-smallcase-gateway/compare/v5.0.2-rc.2...v5.0.2-rc.3) (2025-07-22) + ## [5.2.0](https://github.com/smallcase/react-native-smallcase-gateway/compare/v5.0.2-rc.2...v5.2.0) (2025-08-14) diff --git a/package-lock.json b/package-lock.json index c43ce855..32bf6d47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "react-native-smallcase-gateway", - "version": "5.2.0", + "version": "5.3.0", "license": "MIT", "dependencies": { "standard-version": "^9.5.0" diff --git a/package.json b/package.json index 271b0ff0..aedbb622 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-smallcase-gateway", "title": "React Native Smallcase Gateway", - "version": "5.2.0", + "version": "5.3.0", "description": "smallcase gateway bindings for react native", "main": "src/index.js", "files": [ @@ -71,7 +71,7 @@ "react-native": "0.68.2", "react-native-builder-bob": "^0.18.3", "release-it": "^15.0.0", - "standard-version": "^9.1.0", + "standard-version": "^9.5.0", "typescript": "^4.5.2" }, "resolutions": {