Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Mar 30, 2022
1 parent 4bc5ade commit 1658f1f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Unreleased

## 1.1.1
* Swap from `bs-mocha` to `rescript-mocha` for testing
* Remove accidental commit of ReScript as a dependency, it's back to a devDependency
* Bug fix, forgot to commit the real type for `size` instead of using a string

## 1.1.0
* Convert to ReScript syntax
* Deprecated `set` arbitrary, introduce `uniqueArray`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rescript-fast-check",
"version": "1.1.0",
"version": "1.1.1",
"description": "Fast-check bindings for ReScript",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1658f1f

Please sign in to comment.