We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47cc3ac commit c72aac7Copy full SHA for c72aac7
CHANGELOG.md
@@ -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
8
## [1.0.1](https://github.com/juspay/hyperswitch-client-core/compare/v1.0.0...v1.0.1) (2025-03-16)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "hyperswitch",
- "version": "1.0.1",
+ "version": "1.0.2",
"private": true,
"scripts": {
"start": "react-native start --reset-cache",
0 commit comments