Skip to content

Commit 5cd385b

Browse files
author
Jayson Harshbarger
committed
3.0.0-1
1 parent ed89e17 commit 5cd385b

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

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

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

611
* Randomator instances are now functions
712
* `.next/.value` is now `()`
813

9-
---
10-
1114
## 3.0.0-0 (2022-02-04)
1215

1316
* use plural for Randomators creators to avoid confusion with types

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": "3.0.0-0",
4+
"version": "3.0.0-1",
55
"description": "composable random generators",
66
"main": "build/main/index.js",
77
"typings": "build/main/index.d.ts",

0 commit comments

Comments
 (0)