diff --git a/.changeset/curly-houses-bathe.md b/.changeset/curly-houses-bathe.md deleted file mode 100644 index 59121fc5..00000000 --- a/.changeset/curly-houses-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"zxing-wasm": patch ---- - -Bump `zxing-cpp` to `579650a` to fix incorrect PDF417 position info. diff --git a/CHANGELOG.md b/CHANGELOG.md index 86b15414..293c9256 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # zxing-wasm +## 1.3.4 + +### Patch Changes + +- 1a9a372: Bump `zxing-cpp` to `579650a` to fix incorrect PDF417 position info. + ## 1.3.3 ### Patch Changes diff --git a/package.json b/package.json index faa8ca0e..e9d6ec2c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "zxing-wasm", "description": "ZXing-C++ WebAssembly as an ES/CJS module with types", "private": false, - "version": "1.3.3", + "version": "1.3.4", "type": "module", "files": [ "./dist"