Skip to content

Commit 516a1be

Browse files
chore: set plugin version to 2.0.3
Context: It should be 2.0.2, but we released 2.0.2 in NPM without the necessary changes (fixes) by mistake. We were able to unpublish version 2.0.2 from NPM, but NPM doesn't let us publish the same version twice , even if it is removed. As such, we had to bump to version 2.0.3.
1 parent 4d81e65 commit 516a1be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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)
6+
## [2.0.3](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.0.1...v2.0.3) (2025-03-17)
77

88
### Bug Fixes
99

plugin/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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)
6+
## [2.0.3](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.0.1...v2.0.3) (2025-03-17)
77

88
### Bug Fixes
99

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.2",
3+
"version": "2.0.3",
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)