Skip to content

Commit f9dd3f7

Browse files
chore(release): 4.1.0 [skip ci]
## [4.1.0](4.0.0...4.1.0) (2025-10-15) ### Features * replace global with window-or-global ([47cb6eb](47cb6eb))
1 parent 47cb6eb commit f9dd3f7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.1.0](https://github.com/kenany/get-random-values/compare/4.0.0...4.1.0) (2025-10-15)
2+
3+
### Features
4+
5+
* replace global with window-or-global ([47cb6eb](https://github.com/kenany/get-random-values/commit/47cb6eb517d725248791867661865416e177eec7))
6+
17
## [4.0.0](https://github.com/kenany/get-random-values/compare/3.0.0...4.0.0) (2025-08-13)
28

39
### ⚠ BREAKING CHANGES

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": "4.0.0",
3+
"version": "4.1.0",
44
"description": "`window.crypto.getRandomValues` with fallback to Node.js crypto",
55
"keywords": [
66
"crypto"

0 commit comments

Comments
 (0)