Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luczsoma committed Feb 14, 2020
1 parent a65cced commit d9c6e62
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="2.1.0"></a>
# [2.1.0](https://github.com/Diplomatiq/crypto-random/compare/v2.0.0...v2.1.0) (2020-02-13)


### Features

* Export EntropyProvider and UnsignedTypedArray ([e41f5a8](https://github.com/Diplomatiq/crypto-random/commit/e41f5a8)), closes [#296](https://github.com/Diplomatiq/crypto-random/issues/296)



<a name="2.0.0"></a>
# [2.0.0](https://github.com/Diplomatiq/crypto-random/compare/v1.4.0...v2.0.0) (2019-10-18)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@diplomatiq/crypto-random",
"version": "2.0.0",
"version": "2.1.0",
"description": "Generate cryptographically strong, uniformly distributed random integers from custom intervals, strings from custom character sets, and boolean values.",
"main": "dist/main.js",
"module": "dist/main.js",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Standard properties
sonar.projectKey=Diplomatiq_crypto-random
sonar.projectName=crypto-random
sonar.projectVersion=2.0.0
sonar.projectVersion=2.1.0

sonar.sources=src
sonar.tests=test
Expand Down

0 comments on commit d9c6e62

Please sign in to comment.