Skip to content

Commit c72aac7

Browse files
committedMar 17, 2025·
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2025-03-17) ### Bug Fixes * fixed card brand validation for mastercard ([#243](#243)) ([47cc3ac](47cc3ac))
1 parent 47cc3ac commit c72aac7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.2](https://github.com/juspay/hyperswitch-client-core/compare/v1.0.1...v1.0.2) (2025-03-17)
2+
3+
4+
### Bug Fixes
5+
6+
* fixed card brand validation for mastercard ([#243](https://github.com/juspay/hyperswitch-client-core/issues/243)) ([47cc3ac](https://github.com/juspay/hyperswitch-client-core/commit/47cc3ace5654d89dcf2a0f6aa6195aa6e6ad1ef9))
7+
18
## [1.0.1](https://github.com/juspay/hyperswitch-client-core/compare/v1.0.0...v1.0.1) (2025-03-16)
29

310

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperswitch",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"scripts": {
66
"start": "react-native start --reset-cache",

0 commit comments

Comments
 (0)
Please sign in to comment.