Skip to content

Commit 0b98073

Browse files
chore(main): release 5.0.1 (#656)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 50818ae commit 0b98073

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.0.1](https://github.com/Jason3S/xxhash/compare/v5.0.0...v5.0.1) (2025-11-19)
4+
5+
6+
### Bug Fixes
7+
8+
* Fix Publish ([50818ae](https://github.com/Jason3S/xxhash/commit/50818aeed7c0630ad9ca69bb241e6ffc64283407))
9+
310
## [5.0.0](https://github.com/Jason3S/xxhash/compare/v4.0.0...v5.0.0) (2025-11-19)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public",
55
"provenance": true
66
},
7-
"version": "5.0.0",
7+
"version": "5.0.1",
88
"description": "Pure JS implementation of xxhash",
99
"main": "dist/cjs/index.cjs",
1010
"types": "dist/cjs/index.d.cts",

0 commit comments

Comments
 (0)