Skip to content

Commit 5592aba

Browse files
chore(release): 2.1.0 [skip ci]
## [2.1.0](2.0.0...2.1.0) (2023-03-26) ### Features * add TypeScript declarations ([9a7f39f](9a7f39f))
1 parent 9a7f39f commit 5592aba

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.0](https://github.com/KenanY/get-random-values/compare/2.0.0...2.1.0) (2023-03-26)
2+
3+
4+
### Features
5+
6+
* add TypeScript declarations ([9a7f39f](https://github.com/KenanY/get-random-values/commit/9a7f39fbfca6b94699024619eccebeba83babc07))
7+
18
## [2.0.0](https://github.com/KenanY/get-random-values/compare/1.2.2...2.0.0) (2022-06-25)
29

310

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "get-random-values",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "`window.crypto.getRandomValues` with fallback to Node.js crypto",
55
"keywords": [
66
"crypto"
@@ -27,14 +27,11 @@
2727
"lint": "eslint .",
2828
"release": "semantic-release",
2929
"type-coverage": "type-coverage --at-least 100 --detail --strict",
30-
3130
"prebuild": "npm run clean",
3231
"build": "tsc",
33-
3432
"pretest": "npm run build",
3533
"test": "tape test/*.js",
3634
"posttest": "npm run lint && npm run type-coverage",
37-
3835
"prepack": "npm run build"
3936
},
4037
"dependencies": {

0 commit comments

Comments
 (0)