Skip to content

Commit

Permalink
chore(main): release 3.0.1 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Oct 18, 2024
1 parent a509dde commit 3fdef2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.1](https://github.com/mljs/xsadd/compare/v3.0.0...v3.0.1) (2024-10-18)


### Bug Fixes

* main points to /lib/index.js ([a509dde](https://github.com/mljs/xsadd/commit/a509ddea09f73fcd2657008ae07ec6615e80bcb8))

## [3.0.0](https://github.com/mljs/xsadd/compare/v2.0.0...v3.0.0) (2024-10-17)


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": "ml-xsadd",
"version": "3.0.0",
"version": "3.0.1",
"description": "JavaScript implementation of the XORSHIFT-ADD (XSadd) pseudo random number generator",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit 3fdef2a

Please sign in to comment.