Skip to content

Commit f8a60ca

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](1.2.2...2.0.0) (2022-06-25) ### ⚠ BREAKING CHANGES * Node.js v10 and v12 are no longer supported. ### Features * drop Node.js v10 and v12 support ([1e727b9](1e727b9))
1 parent 1e727b9 commit f8a60ca

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+
## [2.0.0](https://github.com/KenanY/get-random-values/compare/1.2.2...2.0.0) (2022-06-25)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* Node.js v10 and v12 are no longer supported.
7+
8+
### Features
9+
10+
* drop Node.js v10 and v12 support ([1e727b9](https://github.com/KenanY/get-random-values/commit/1e727b95bc162a7afbb6608687950101fae573ab))
11+
112
### [1.2.2](https://github.com/KenanY/get-random-values/compare/1.2.1...1.2.2) (2020-08-25)
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": "1.2.2",
3+
"version": "2.0.0",
44
"description": "`window.crypto.getRandomValues` with fallback to Node.js crypto",
55
"keywords": [
66
"crypto"

0 commit comments

Comments
 (0)