Skip to content

Commit

Permalink
chore(release): v2.0.1 (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Sec-ant and github-actions[bot] authored Jan 23, 2025
1 parent 6321b02 commit 900cbd5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/lucky-fishes-draw.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 900cbd5

Please sign in to comment.