diff --git a/changelog.md b/changelog.md index aead0a5..864b8b2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +### Version 2.3.5 + +Multiple bug fixes +- Missing `resolve()` in `Html5QrcodeScanner` fixed in [PR#168](https://github.com/mebjas/html5-qrcode/pull/684) by [itsUndefined](https://github.com/itsUndefined). +- Fixed uncaught type error issue in [PR#671](https://github.com/mebjas/html5-qrcode/pull/671) by [zolfariot](https://github.com/zolfariot). +- Add sync issue in `RenderedCameraImpl` in [PR#648](https://github.com/mebjas/html5-qrcode/pull/648) by [pholawat-tle](https://github.com/pholawat-tle). + + ### Version 2.3.4 - `useBarCodeDetectorIfSupported` defaults to `true` and if supported the library will internally alternate between `BarcodeDetector` and `zxing-js`. Same robustness added for file based scan as well if more than one decoder is supported. - Fixed the UI issue - [Issue#613](https://github.com/mebjas/html5-qrcode/issues/613). diff --git a/package.json b/package.json index e33344a..4aa2468 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html5-qrcode", - "version": "2.3.4", + "version": "2.3.5", "description": "A cross platform HTML5 QR Code & bar code scanner", "main": "./cjs/index.js", "module": "./esm/index.js",