Skip to content

Commit a37a64e

Browse files
chore(release): v3.0.1 (#156)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0ea436e commit a37a64e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Diff for: .changeset/grumpy-years-invent.md

-5
This file was deleted.

Diff for: CHANGELOG.md

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

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- 8206888: Bump zxing-wasm to v2.1.0 and other deps.
8+
39
## 3.0.0
410

511
Generally, this release bumped the [`zxing-wasm`](https://github.com/Sec-ant/zxing-wasm) dependency to [`v2`](https://github.com/Sec-ant/zxing-wasm/releases/tag/v2.0.1) and renamed the subpath exports to `ponyfill` and `polyfill` from `pure` and `side-effects`. Detailed changes are as follows:

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": "3.0.0",
5+
"version": "3.0.1",
66
"type": "module",
77
"files": [
88
"./dist"

0 commit comments

Comments
 (0)