Skip to content

Commit

Permalink
chore(release): v2.0.0-beta.3 (beta) (#189)
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 Dec 29, 2024
1 parent 4b569b1 commit a80533d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"changesets": [
"healthy-mugs-dress",
"nice-needles-guess",
"stupid-rules-travel",
"wise-planes-reply"
]
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# zxing-wasm

## 2.0.0-beta.3

### Minor Changes

- 615a321: - Add `DXFilmEdge` writing support.
- Fix subpath exports TS compatibility with types-versions-wildcards strategy. Check [this](https://github.com/andrewbranch/example-subpath-exports-ts-compat/tree/main/examples/node_modules/types-versions-wildcards) for more information.
- Add types to `.wasm` subpath exports.
- Add `ImageData` ambient type export.

## 2.0.0-beta.2

### Patch Changes
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-beta.2",
"version": "2.0.0-beta.3",
"type": "module",
"files": [
"./dist"
Expand Down

0 comments on commit a80533d

Please sign in to comment.