Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Sep 21, 2023
1 parent 329c91b commit 6aeb0d5
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 @@
## [3.0.0](https://github.com/kenany/get-random-values/compare/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](https://github.com/kenany/get-random-values/commit/329c91b1a7b3b2e937545bf0a9c37d7df6b4f3e7))

## [2.1.0](https://github.com/KenanY/get-random-values/compare/2.0.0...2.1.0) (2023-03-26)


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": "2.1.0",
"version": "3.0.0",
"description": "`window.crypto.getRandomValues` with fallback to Node.js crypto",
"keywords": [
"crypto"
Expand Down

0 comments on commit 6aeb0d5

Please sign in to comment.