Skip to content

Commit 3776a16

Browse files
author
Github Workflow (on behalf of OS-pedrogustavobilro)
committed
v2.2.0
1 parent 839328f commit 3776a16

File tree

9 files changed

+5122
-6198
lines changed

9 files changed

+5122
-6198
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.2.0](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.1.0...v2.2.0) (2025-10-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** Fix intermittent crash due to `lateinit var` ([#92](https://github.com/ionic-team/capacitor-barcode-scanner/issues/92)) ([839328f](https://github.com/ionic-team/capacitor-barcode-scanner/commit/839328fd5234bef6ff1b6077ec7cfece3af01de9))
12+
13+
14+
### Features
15+
16+
* **ios:** add support for spm ([#91](https://github.com/ionic-team/capacitor-barcode-scanner/issues/91)) ([f8b8645](https://github.com/ionic-team/capacitor-barcode-scanner/commit/f8b864556a1485e14b0d84aa5e9e02695ae2356c))
17+
18+
19+
20+
21+
622
# [2.1.0](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.0.4...v2.1.0) (2025-09-09)
723

824

example-app/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.2.0](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.1.0...v2.2.0) (2025-10-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** Fix intermittent crash due to `lateinit var` ([#92](https://github.com/ionic-team/capacitor-barcode-scanner/issues/92)) ([839328f](https://github.com/ionic-team/capacitor-barcode-scanner/commit/839328fd5234bef6ff1b6077ec7cfece3af01de9))
12+
13+
14+
### Features
15+
16+
* **ios:** add support for spm ([#91](https://github.com/ionic-team/capacitor-barcode-scanner/issues/91)) ([f8b8645](https://github.com/ionic-team/capacitor-barcode-scanner/commit/f8b864556a1485e14b0d84aa5e9e02695ae2356c))
17+
18+
19+
20+
21+
622
# [2.1.0](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.0.4...v2.1.0) (2025-09-09)
723

824

example-app/package-lock.json

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

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": "2.1.0",
4+
"version": "2.2.0",
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.1.0",
3+
"version": "2.2.0",
44
"npmClient": "pnpm"
55
}

plugin/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.2.0](/compare/v2.1.0...v2.2.0) (2025-10-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** Fix intermittent crash due to `lateinit var` (#92) 839328f, closes #92
12+
13+
14+
### Features
15+
16+
* **ios:** add support for spm (#91) f8b8645, closes #91
17+
18+
19+
20+
21+
622
# [2.1.0](/compare/v2.0.4...v2.1.0) (2025-09-09)
723

824

plugin/package-lock.json

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

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