Skip to content

Commit 08c61e2

Browse files
author
Github Workflow (on behalf of ItsChaceD)
committed
v2.0.4
1 parent 1efb09a commit 08c61e2

File tree

6 files changed

+27
-3
lines changed

6 files changed

+27
-3
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.4](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.0.3...v2.0.4) (2025-08-20)
7+
8+
**Note:** Version bump only for package root
9+
10+
11+
12+
13+
614
## [2.0.3](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.0.1...v2.0.3) (2025-03-17)
715

816
### Bug Fixes

example-app/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.4](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.0.3...v2.0.4) (2025-08-20)
7+
8+
**Note:** Version bump only for package example-app
9+
10+
11+
12+
13+
614
## [1.0.2](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v1.0.1...v1.0.2) (2024-12-02)
715

816

example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "example-app",
33
"private": true,
4-
"version": "1.0.2",
4+
"version": "2.0.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "2.0.0",
3+
"version": "2.0.4",
44
"npmClient": "pnpm"
55
}

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.4](/compare/v2.0.3...v2.0.4) (2025-08-20)
7+
8+
**Note:** Version bump only for package @capacitor/barcode-scanner
9+
10+
11+
12+
13+
614
## [2.0.3](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.0.1...v2.0.3) (2025-03-17)
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.3",
3+
"version": "2.0.4",
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)