Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
- Export data types separately + fixed bigint data type (#28)
  • Loading branch information
jungomi committed Jan 19, 2022
1 parent bc746ed commit 2db9788
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This changelog keeps all release notes in one place and mirrors the release
notes from the [GitHub releases][github-releases], except for older versions,
where no GitHub releases had been created.

## v1.0.1

- Export data types separately + fixed bigint data type (#28)

## v1.0.0

This big release includes an up to a 3-4x performance improvement in most cases and a new streaming API similar to Node's built-in `crypto` API. To fully utilise the performance improvements, there are some breaking changes in the API and newer engine requirements.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xxhash-wasm",
"version": "1.0.0",
"version": "1.0.1",
"description": "A WebAssembly implementation of xxHash",
"type": "module",
"main": "./cjs/xxhash-wasm.cjs",
Expand Down

0 comments on commit 2db9788

Please sign in to comment.