Skip to content

Commit 5dae9fd

Browse files
author
Jayson Harshbarger
committed
3.0.0-2
1 parent 5f256fe commit 5dae9fd

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ _(none)_
66

77
---
88

9+
## 3.0.0-2 (2022-02-05)
10+
_(none)_
11+
912
## 3.0.0-1 (2022-02-05)
1013

1114
* Randomator instances are now functions

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "randomator",
33
"private": false,
4-
"version": "3.0.0-1",
4+
"version": "3.0.0-2",
55
"description": "composable random generators",
66
"main": "build/main/index.js",
77
"types": "build/main/index.d.ts",
@@ -86,6 +86,6 @@
8686
}
8787
},
8888
"tsd": {
89-
"directory": "src"
90-
}
89+
"directory": "src"
90+
}
9191
}

0 commit comments

Comments
 (0)