Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jprichardson committed Dec 17, 2013
1 parent 9c5f500 commit caf54f2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.2.0 / 2013-12-17
------------------
* explicitly force check for `window.crypto`

0.1.0 / 2013-12-08
------------------
* modified code so that Browserify doesn't include the Node.js `crypto` packabe client-side
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "secure-random",
"version": "0.1.0",
"version": "0.2.0",
"description": "Normalize the creation of cryptographically strong random values.",
"repo": "https://github.com/jprichardson/secure-random",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "secure-random",
"version": "0.1.0",
"version": "0.2.0",
"description": "Normalize the creation of cryptographically strong random values.",
"repo": "jprichardson/secure-random",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "secure-random",
"version": "0.1.0",
"version": "0.2.0",
"description": "Normalize the creation of cryptographically strong random values.",
"main": "./lib/secure-random.js",
"scripts": {
Expand Down

0 comments on commit caf54f2

Please sign in to comment.