Skip to content

Commit 0eba16e

Browse files
author
Jayson Harshbarger
committed
3.0.0-0
1 parent 538d8c7 commit 0eba16e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@ CHANGELOG
22
=========
33

44
## HEAD (Unreleased)
5+
_(none)_
6+
7+
---
8+
9+
## 3.0.0-0 (2022-02-04)
510

611
* use plural for Randomators creators to avoid confusion with types
712
* adds unixTimestamp
813
* more reasonable range for random dates
914
* `.value` is now `.next`
1015
* `.next` is automatically bound to the Randomator (replaces `.$`)
1116

12-
---
13-
1417
## 2.0.0 (2022-01-15)
1518

1619
* updated options inputs into to built in generators

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,7 +1,7 @@
11
{
22
"name": "randomator",
33
"private": false,
4-
"version": "2.0.0",
4+
"version": "3.0.0-0",
55
"description": "composable random generators",
66
"main": "build/main/index.js",
77
"typings": "build/main/index.d.ts",

0 commit comments

Comments
 (0)