Skip to content

Commit 3fdef2a

Browse files
authored
chore(main): release 3.0.1 (#5)
1 parent a509dde commit 3fdef2a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.0.1](https://github.com/mljs/xsadd/compare/v3.0.0...v3.0.1) (2024-10-18)
4+
5+
6+
### Bug Fixes
7+
8+
* main points to /lib/index.js ([a509dde](https://github.com/mljs/xsadd/commit/a509ddea09f73fcd2657008ae07ec6615e80bcb8))
9+
310
## [3.0.0](https://github.com/mljs/xsadd/compare/v2.0.0...v3.0.0) (2024-10-17)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-xsadd",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "JavaScript implementation of the XORSHIFT-ADD (XSadd) pseudo random number generator",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)