Skip to content

Commit d9c6e62

Browse files
committed
2.1.0
1 parent a65cced commit d9c6e62

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="2.1.0"></a>
2+
# [2.1.0](https://github.com/Diplomatiq/crypto-random/compare/v2.0.0...v2.1.0) (2020-02-13)
3+
4+
5+
### Features
6+
7+
* Export EntropyProvider and UnsignedTypedArray ([e41f5a8](https://github.com/Diplomatiq/crypto-random/commit/e41f5a8)), closes [#296](https://github.com/Diplomatiq/crypto-random/issues/296)
8+
9+
10+
111
<a name="2.0.0"></a>
212
# [2.0.0](https://github.com/Diplomatiq/crypto-random/compare/v1.4.0...v2.0.0) (2019-10-18)
313

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@diplomatiq/crypto-random",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Generate cryptographically strong, uniformly distributed random integers from custom intervals, strings from custom character sets, and boolean values.",
55
"main": "dist/main.js",
66
"module": "dist/main.js",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Standard properties
22
sonar.projectKey=Diplomatiq_crypto-random
33
sonar.projectName=crypto-random
4-
sonar.projectVersion=2.0.0
4+
sonar.projectVersion=2.1.0
55

66
sonar.sources=src
77
sonar.tests=test

0 commit comments

Comments
 (0)