Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luczsoma committed Oct 18, 2019
1 parent 6ee2870 commit fdb9750
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<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)


### Features

* Remove default Node.js support ([abd3174](https://github.com/Diplomatiq/crypto-random/commit/abd3174)), closes [#116](https://github.com/Diplomatiq/crypto-random/issues/116)


### BREAKING CHANGES

* Default Node.js support is removed. It is hard to use
different APIs in different environments right in today's bundled world.



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": "1.4.0",
"version": "2.0.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=1.4.0
sonar.projectVersion=2.0.0

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

0 comments on commit fdb9750

Please sign in to comment.