diff --git a/.changeset/lucky-fishes-draw.md b/.changeset/lucky-fishes-draw.md deleted file mode 100644 index b187ed41..00000000 --- a/.changeset/lucky-fishes-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"zxing-wasm": patch ---- - -Add `ZXING_CPP_COMMIT` export. diff --git a/CHANGELOG.md b/CHANGELOG.md index e2dde276..d15d0738 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # zxing-wasm +## 2.0.1 + +### Patch Changes + +- 6321b02: Add `ZXING_CPP_COMMIT` export. + ## 2.0.0 This release introduces a major refactoring of the underlying Embind APIs and read / write functions. Key changes include a new set of default reader options, enhanced writer capabilities backed by [`zint`](https://sourceforge.net/projects/zint/), and updated APIs for reading and writing barcodes. These changes break backward compatibility, so we are upgrading to the next major version. diff --git a/package.json b/package.json index 83f922f7..9aa838cf 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": "2.0.0", + "version": "2.0.1", "type": "module", "files": [ "./dist"