Skip to content

Commit 6aeb0d5

Browse files
chore(release): 3.0.0 [skip ci]
## [3.0.0](2.1.0...3.0.0) (2023-09-21) ### ⚠ BREAKING CHANGES * Node.js v14 and v16 are no longer supported. ### Features * drop Node.js v14 and v16 ([329c91b](329c91b))
1 parent 329c91b commit 6aeb0d5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [3.0.0](https://github.com/kenany/get-random-values/compare/2.1.0...3.0.0) (2023-09-21)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* Node.js v14 and v16 are no longer supported.
7+
8+
### Features
9+
10+
* drop Node.js v14 and v16 ([329c91b](https://github.com/kenany/get-random-values/commit/329c91b1a7b3b2e937545bf0a9c37d7df6b4f3e7))
11+
112
## [2.1.0](https://github.com/KenanY/get-random-values/compare/2.0.0...2.1.0) (2023-03-26)
213

314

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

0 commit comments

Comments
 (0)