Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
Release notes:

- No functionality changes.
- To run in `node`, `random-uint-below.js` now requires `node` 19.
  - If you cannot upgrade to `node` 19, you can pass the `--experimental-global-webcrypto` flag to older versions of `node` as a workaround.
  - All major browser remain well compatible.
  - `deno` and `bun` remain compatible.
- Builds are only available as ESM (JavaScript modules), using ES2020-compatible syntax.
  • Loading branch information
lgarron committed Nov 16, 2022
1 parent 551a374 commit c282a5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "random-uint-below",
"version": "2.0.0-pre1",
"version": "2.0.0",
"description": "A library for generating random integers.",
"author": "Lucas Garron <[email protected]> (https://garron.net/)",
"license": "(MIT OR GPL-3.0-or-later)",
Expand Down

0 comments on commit c282a5f

Please sign in to comment.