Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.0](2.0.0...2.1.0) (2023-03-26)

### Features

* add TypeScript declarations ([9a7f39f](9a7f39f))
  • Loading branch information
semantic-release-bot committed Mar 26, 2023
1 parent 9a7f39f commit 5592aba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.1.0](https://github.com/KenanY/get-random-values/compare/2.0.0...2.1.0) (2023-03-26)


### Features

* add TypeScript declarations ([9a7f39f](https://github.com/KenanY/get-random-values/commit/9a7f39fbfca6b94699024619eccebeba83babc07))

## [2.0.0](https://github.com/KenanY/get-random-values/compare/1.2.2...2.0.0) (2022-06-25)


Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "get-random-values",
"version": "2.0.0",
"version": "2.1.0",
"description": "`window.crypto.getRandomValues` with fallback to Node.js crypto",
"keywords": [
"crypto"
Expand All @@ -27,14 +27,11 @@
"lint": "eslint .",
"release": "semantic-release",
"type-coverage": "type-coverage --at-least 100 --detail --strict",

"prebuild": "npm run clean",
"build": "tsc",

"pretest": "npm run build",
"test": "tape test/*.js",
"posttest": "npm run lint && npm run type-coverage",

"prepack": "npm run build"
},
"dependencies": {
Expand Down

0 comments on commit 5592aba

Please sign in to comment.