Skip to content

Commit

Permalink
v0.49.0
Browse files Browse the repository at this point in the history
Release notes:

- Bump the `random-uint-below` dependency to avoid an edge case that could produce invalid/biased numbers. (This was extremely unlikely for the ranges of random numbers used by `cubing.js`, and did not affect scramble generation powered by `twsearch`.)
  • Loading branch information
lgarron committed Jun 5, 2024
1 parent 3001799 commit dd3a915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cubing",
"version": "0.48.4",
"version": "0.49.0",
"description": "A collection of JavaScript cubing libraries.",
"author": "The js.cubing.net team",
"type": "module",
Expand Down

0 comments on commit dd3a915

Please sign in to comment.