Skip to content

Commit 002e27d

Browse files
chore(release): 7.1.9
1 parent 4dd4d61 commit 002e27d

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.9](https://github.com/Cap-go/capacitor-flash/compare/7.1.8...7.1.9) (2025-10-30)
6+
7+
8+
### Bug Fixes
9+
10+
* pluginVersion lint issue ([4dd4d61](https://github.com/Cap-go/capacitor-flash/commit/4dd4d61e4cbb60dc1763248f1f9077e33d079928))
11+
512
## [7.1.8](https://github.com/Cap-go/capacitor-flash/compare/7.1.7...7.1.8) (2025-10-29)
613

714

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.8";
22+
private final String pluginVersion = "7.1.9";
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.8"
10+
private let pluginVersion: String = "7.1.9"
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.8",
3+
"version": "7.1.9",
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)