Skip to content

Commit b45b69c

Browse files
chore(release): 7.1.11
1 parent da868c2 commit b45b69c

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.11](https://github.com/Cap-go/capacitor-flash/compare/7.1.10...7.1.11) (2025-11-01)
6+
7+
8+
### Bug Fixes
9+
10+
* typo issue on java ([da868c2](https://github.com/Cap-go/capacitor-flash/commit/da868c2ab5dcecc2c755608dcd1e2b4848d98466))
11+
512
## [7.1.10](https://github.com/Cap-go/capacitor-flash/compare/7.1.9...7.1.10) (2025-10-30)
613

714
## [7.1.9](https://github.com/Cap-go/capacitor-flash/compare/7.1.8...7.1.9) (2025-10-30)

android/src/main/java/ee/forgr/plugin/capacitor_flash/CapacitorFlashPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@CapacitorPlugin(name = "CapacitorFlash", permissions = { @Permission(alias = "camera", strings = { Manifest.permission.CAMERA }) })
2020
public class CapacitorFlashPlugin extends Plugin {
2121

22-
private final String pluginVersion = "7.1.10";
22+
private final String pluginVersion = "7.1.11";
2323

2424
private String cameraId;
2525
boolean isFlashStateOn = false;

ios/Sources/CapacitorFlashPlugin/CapacitorFlashPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Capacitor
77
*/
88
@objc(CapacitorFlashPlugin)
99
public class CapacitorFlashPlugin: CAPPlugin, CAPBridgedPlugin {
10-
private let pluginVersion: String = "7.1.10"
10+
private let pluginVersion: String = "7.1.11"
1111
public let identifier = "CapacitorFlashPlugin"
1212
public let jsName = "CapacitorFlash"
1313
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-flash",
3-
"version": "7.1.10",
3+
"version": "7.1.11",
44
"description": "Switch the Flashlight / Torch of your device.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)