Skip to content

Commit 7110e97

Browse files
chore(release): 7.1.3
1 parent 702acb9 commit 7110e97

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [7.1.3](https://github.com/Cap-go/capacitor-pay/compare/7.1.2...7.1.3) (2025-10-26)
6+
7+
8+
### Bug Fixes
9+
10+
* prevent bump for app ([702acb9](https://github.com/Cap-go/capacitor-pay/commit/702acb990f35e363d3b5aae872aadffad5c2561d))
11+
512
## [7.1.2](https://github.com/Cap-go/capacitor-pay/compare/7.1.1...7.1.2) (2025-10-26)
613

714
## [7.1.1](https://github.com/Cap-go/capacitor-pay/compare/7.1.0...7.1.1) (2025-10-23)

android/src/main/java/app/capgo/pay/PayPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
@CapacitorPlugin(name = "Pay")
2727
public class PayPlugin extends Plugin {
2828

29-
private final String PLUGIN_VERSION = "7.1.2";
29+
private final String PLUGIN_VERSION = "7.1.3";
3030

3131
private static final int LOAD_PAYMENT_DATA_REQUEST_CODE = 8001;
3232

ios/Sources/PayPlugin/PayPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PassKit
55

66
@objc(PayPlugin)
77
public class PayPlugin: CAPPlugin, CAPBridgedPlugin, PKPaymentAuthorizationControllerDelegate {
8-
private let PLUGIN_VERSION: String = "7.1.2"
8+
private let PLUGIN_VERSION: String = "7.1.3"
99
public let identifier = "PayPlugin"
1010
public let jsName = "Pay"
1111
public let pluginMethods: [CAPPluginMethod] = [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capgo/capacitor-pay",
3-
"version": "7.1.2",
3+
"version": "7.1.3",
44
"description": "Capacitor plugin to trigger native payment for iOS(Apple pay) and Android(Google Pay)",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)