Skip to content

Commit

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


### SECURITY BULLETIN

* bump acorn from 7.1.0 to 7.1.1 ([7e5a426](https://github.com/Diplomatiq/crypto-random/commit/7e5a426))


<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)

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.1.0",
"version": "2.2.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.1.0
sonar.projectVersion=2.2.0

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

0 comments on commit e4227cc

Please sign in to comment.