Skip to content

Commit 4bf531e

Browse files
chore(release): 7.24.3
1 parent f612d6d commit 4bf531e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.24.3](https://github.com/Cap-go/capacitor-camera-preview/compare/7.24.2...7.24.3) (2025-10-26)
6+
7+
8+
### Bug Fixes
9+
10+
* prevent bump for app ([56bedab](https://github.com/Cap-go/capacitor-camera-preview/commit/56bedab47efc24740cd99aed4a6352dab34d784f))
11+
512
## [7.24.2](https://github.com/Cap-go/capacitor-camera-preview/compare/7.24.1...7.24.2) (2025-10-26)
613

714
## [7.24.1](https://github.com/Cap-go/capacitor-camera-preview/compare/7.24.0...7.24.1) (2025-10-23)

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.2"
37+
private let PLUGIN_VERSION: String = "7.24.3"
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.2",
3+
"version": "7.24.3",
44
"description": "Camera preview",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)