Skip to content

Commit a8c2305

Browse files
chore(main): release 3.0.0 (#418)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 648b992 commit a8c2305

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

3+
## [3.0.0](https://github.com/Jason3S/xxhash/compare/v2.0.0...v3.0.0) (2023-10-16)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Export both CommonJS and ESM ([#417](https://github.com/Jason3S/xxhash/issues/417))
9+
10+
### Features
11+
12+
* Export both CommonJS and ESM ([#417](https://github.com/Jason3S/xxhash/issues/417)) ([e31e40c](https://github.com/Jason3S/xxhash/commit/e31e40c337f41d9c8199d4ff383b836f961710c8))
13+
14+
## Changelog
15+
316
[2.0.0]
417
**BREAKING:** dropping support for node 12
518

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
@@ -1,6 +1,6 @@
11
{
22
"name": "js-xxhash",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Pure JS implementation of xxhash",
55
"main": "dist/cjs/index.cjs",
66
"types": "dist/cjs/index.d.cts",

0 commit comments

Comments
 (0)