From 199f833897e44190b46daa9038518f4f1aeed951 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 17 Oct 2024 16:54:03 +0000 Subject: [PATCH] chore(release): 1.6.1 [skip ci] ## [1.6.1](https://github.com/Allmacamo/react-native-payfast-checkout/compare/v1.6.0...v1.6.1) (2024-10-17) ### Bug Fixes * **types:** updates types file extention ([9aeb86f](https://github.com/Allmacamo/react-native-payfast-checkout/commit/9aeb86f7becab388ba143be143b182bf2a37b84e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23e2b2e..9ab9daa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.1](https://github.com/Allmacamo/react-native-payfast-checkout/compare/v1.6.0...v1.6.1) (2024-10-17) + + +### Bug Fixes + +* **types:** updates types file extention ([9aeb86f](https://github.com/Allmacamo/react-native-payfast-checkout/commit/9aeb86f7becab388ba143be143b182bf2a37b84e)) + # [1.6.0](https://github.com/Allmacamo/react-native-payfast-checkout/compare/v1.5.0...v1.6.0) (2023-06-16) diff --git a/package.json b/package.json index 2e39730..bb2d793 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-payfast-checkout", - "version": "1.6.0", + "version": "1.6.1", "description": "Integrate Paystack to your React Native mobile app", "repository": "https://github.com/Allmacamo/react-native-payfast-checkout.git", "author": "Alain Macamo ",