Skip to content

Commit c3c6bc1

Browse files
chore(release): 7.1.8
1 parent ce2203d commit c3c6bc1

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.8](https://github.com/Cap-go/capacitor-flash/compare/7.1.7...7.1.8) (2025-10-29)
6+
7+
8+
### Bug Fixes
9+
10+
* CI/CD config ([88bf60f](https://github.com/Cap-go/capacitor-flash/commit/88bf60ffdeff779957033efe55cb7d1b3a8dfac3))
11+
* update AI model in build workflow ([12ad064](https://github.com/Cap-go/capacitor-flash/commit/12ad064d532440eae1e746ec4abbac102784ddc0))
12+
* update github action ([22a2403](https://github.com/Cap-go/capacitor-flash/commit/22a240394f4a4f70e04ea32e7037485982713e9d))
13+
514
## [7.1.7](https://github.com/Cap-go/capacitor-flash/compare/7.1.6...7.1.7) (2025-10-27)
615

716

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