Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
- Add support for Typescript's `nodenext` module resolution (#33)
  • Loading branch information
jungomi committed Nov 2, 2022
1 parent e785a5e commit dbe852d
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.2

- Add support for Typescript's `nodenext` module resolution (#33)

## v1.0.1

- Export data types separately + fixed bigint data type (#28)
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.1",
"version": "1.0.2",
"description": "A WebAssembly implementation of xxHash",
"type": "module",
"main": "./cjs/xxhash-wasm.cjs",
Expand Down

0 comments on commit dbe852d

Please sign in to comment.