Skip to content

Commit e31e80d

Browse files
chore: set plugin version to 2.0.2
1 parent 9a696b6 commit e31e80d

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.2](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.0.1...v2.0.2) (2025-03-17)
7+
8+
### Bug Fixes
9+
10+
* (android) Properly handle parameters ([#68](https://github.com/ionic-team/capacitor-barcode-scanner/pull/68))
11+
12+
* (ios) Properly handle error cases ([#67](https://github.com/ionic-team/capacitor-barcode-scanner/pull/67))
13+
614
## [2.0.1](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.0.0...v2.0.1) (2025-02-25)
715

816
### Bug Fixes

plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.2](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.0.1...v2.0.2) (2025-03-17)
7+
8+
### Bug Fixes
9+
10+
* (android) Properly handle parameters ([#68](https://github.com/ionic-team/capacitor-barcode-scanner/pull/68))
11+
12+
* (ios) Properly handle error cases ([#67](https://github.com/ionic-team/capacitor-barcode-scanner/pull/67))
13+
614
## [2.0.1](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.0.0...v2.0.1) (2025-02-25)
715

816
### Bug Fixes

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/barcode-scanner",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Capacitor plugin using Outsystems Barcode libs",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)