Skip to content

Commit 757651e

Browse files
committed
Bump version
1 parent 68542db commit 757651e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
![Open issues](https://badgen.net/github/open-issues/undecaf/barcode-detector-polyfill)
55
![Vulnerabilities](https://snyk.io/test/npm/@undecaf/barcode-detector-polyfill/badge.svg)
66
![Total downloads](https://badgen.net/npm/dt/@undecaf/barcode-detector-polyfill)
7+
[![](https://data.jsdelivr.com/v1/package/npm/@undecaf/barcode-detector-polyfill/badge?style=rounded)](https://www.jsdelivr.com/package/npm/@undecaf/barcode-detector-polyfill)
78
![License](https://badgen.net/github/license/undecaf/barcode-detector-polyfill)
89

910
This package polyfills the [Barcode Detection API](https://developer.mozilla.org/en-US/docs/Web/API/Barcode_Detection_API) for browsers,
@@ -60,7 +61,7 @@ Expose the `BarcodeDetectorPolyfill` API in variable `barcodeDetectorPolyfill`:
6061

6162
```html
6263
<script src="https://cdn.jsdelivr.net/npm/@undecaf/[email protected]/dist/index.js"></script>
63-
<script src="https://cdn.jsdelivr.net/npm/@undecaf/barcode-detector-polyfill/dist/index.js"></script>
64+
<script src="https://cdn.jsdelivr.net/npm/@undecaf/barcode-detector-polyfill@0.9.12/dist/index.js"></script>
6465
<script>
6566
try {
6667
window['BarcodeDetector'].getSupportedFormats()

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@undecaf/barcode-detector-polyfill",
3-
"version": "0.9.11",
3+
"version": "0.9.12",
44
"description": "A WebAssembly polyfill for the Barcode Detection API",
55
"keywords": [
66
"polyfill",

0 commit comments

Comments
 (0)