Skip to content

Commit 81e1d82

Browse files
committed
1.4.0
1 parent df4203c commit 81e1d82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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": "1.3.0",
3+
"version": "1.4.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=1.3.0
4+
sonar.projectVersion=1.4.0
55

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

0 commit comments

Comments
 (0)