Skip to content

Commit 9ebffdd

Browse files
chore(release): 1.0.4 [skip ci]
## <small>1.0.4 (2025-07-10)</small> * fix(android): remove experimental zero shutter lag capture mode ([08f5391](08f5391))
1 parent 08f5391 commit 9ebffdd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## <small>1.0.4 (2025-07-10)</small>
2+
3+
* fix(android): remove experimental zero shutter lag capture mode ([08f5391](https://github.com/michaelwolz/capacitor-camera-view/commit/08f5391))
4+
15
## <small>1.0.3 (2025-06-30)</small>
26

37
* fix(android): calculate image orientation based on display orientation ([756eb4c](https://github.com/michaelwolz/capacitor-camera-view/commit/756eb4c))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capacitor-camera-view",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A Capacitor plugin for embedding a live camera feed directly into your app.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)