Skip to content

Commit 124aa8f

Browse files
chore(release): 4.0.0 [skip ci]
## [4.0.0](3.0.0...4.0.0) (2025-08-13) ### ⚠ BREAKING CHANGES * Node.js v18 is no longer supported. ### Features * drop Node.js v18 support ([ddef386](ddef386))
1 parent ddef386 commit 124aa8f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [4.0.0](https://github.com/kenany/get-random-values/compare/3.0.0...4.0.0) (2025-08-13)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* Node.js v18 is no longer supported.
6+
7+
### Features
8+
9+
* drop Node.js v18 support ([ddef386](https://github.com/kenany/get-random-values/commit/ddef386fc0bc842f1e6eed6beac8dea6947f3655))
10+
111
## [3.0.0](https://github.com/kenany/get-random-values/compare/2.1.0...3.0.0) (2023-09-21)
212

313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "get-random-values",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "`window.crypto.getRandomValues` with fallback to Node.js crypto",
55
"keywords": [
66
"crypto"

0 commit comments

Comments
 (0)