Skip to content

Commit 7ca4d43

Browse files
chore(release): v2.2.12 (#128)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 139c454 commit 7ca4d43

File tree

5 files changed

+9
-16
lines changed

5 files changed

+9
-16
lines changed

Diff for: .changeset/cold-cheetahs-fix.md

-5
This file was deleted.

Diff for: .changeset/shy-flowers-raise.md

-5
This file was deleted.

Diff for: .changeset/thick-seahorses-repeat.md

-5
This file was deleted.

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# barcode-detector
22

3+
## 2.2.12
4+
5+
### Patch Changes
6+
7+
- 139c454: Remove `zxing`-related tests as they are moved into the `zxing-wasm` repo.
8+
- 139c454: Pin `@types/dom-webcodecs` to `0.1.11` to avoid breaking types in projects using a lower version of TypeScript. Fixes #120.
9+
- 139c454: Bump `zxing-wasm` to `1.2.15`. The success rate should be improved a lot.
10+
311
## 2.2.11
412

513
### Patch Changes

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "barcode-detector",
33
"description": "A Barcode Detection API polyfill that uses ZXing webassembly under the hood",
44
"private": false,
5-
"version": "2.2.11",
5+
"version": "2.2.12",
66
"type": "module",
77
"files": [
88
"./dist"

0 commit comments

Comments
 (0)