Skip to content

Commit 301f54d

Browse files
chore(release): 7.24.6
1 parent d8bcfb5 commit 301f54d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.24.6](https://github.com/Cap-go/capacitor-camera-preview/compare/7.24.5...7.24.6) (2025-10-27)
6+
57
## [7.24.5](https://github.com/Cap-go/capacitor-camera-preview/compare/7.24.4...7.24.5) (2025-10-27)
68

79

ios/Sources/CapgoCameraPreviewPlugin/Plugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ extension UIWindow {
3434
*/
3535
@objc(CameraPreview)
3636
public class CameraPreview: CAPPlugin, CAPBridgedPlugin, CLLocationManagerDelegate {
37-
private let PLUGIN_VERSION: String = "7.24.5"
37+
private let PLUGIN_VERSION: String = "7.24.6"
3838
public let identifier = "CameraPreviewPlugin"
3939
public let jsName = "CameraPreview"
4040
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/camera-preview",
3-
"version": "7.24.5",
3+
"version": "7.24.6",
44
"description": "Camera preview",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)