Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jun 25, 2022
1 parent 1e727b9 commit f8a60ca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [2.0.0](https://github.com/KenanY/get-random-values/compare/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](https://github.com/KenanY/get-random-values/commit/1e727b95bc162a7afbb6608687950101fae573ab))

### [1.2.2](https://github.com/KenanY/get-random-values/compare/1.2.1...1.2.2) (2020-08-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "get-random-values",
"version": "1.2.2",
"version": "2.0.0",
"description": "`window.crypto.getRandomValues` with fallback to Node.js crypto",
"keywords": [
"crypto"
Expand Down

0 comments on commit f8a60ca

Please sign in to comment.