Skip to content

Commit 4f38779

Browse files
chore(release): 2.0.2 [skip ci]
## [2.0.2](2.0.1...2.0.2) (2026-02-20) ### Bug Fixes * **ios:** wait for stop session method to complete ([745bbd8](745bbd8))
1 parent 49cabcf commit 4f38779

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.2](https://github.com/michaelwolz/capacitor-camera-view/compare/2.0.1...2.0.2) (2026-02-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **ios:** wait for stop session method to complete ([745bbd8](https://github.com/michaelwolz/capacitor-camera-view/commit/745bbd83e9dd38946bc600dfe37683a9c27f130c))
7+
18
## [2.0.1](https://github.com/michaelwolz/capacitor-camera-view/compare/2.0.0...2.0.1) (2026-02-20)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "2.0.1",
3+
"version": "2.0.2",
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)