Skip to content

Commit

Permalink
🔖 Update CHANGELOG.md for fast-check@3.8.3 (#3888)
Browse files Browse the repository at this point in the history
* 🔖 Update CHANGELOG.md for fast-check@3.8.3

* Update packages/fast-check/CHANGELOG.md

* Update packages/fast-check/CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nicolas DUBIEN <github@dubien.org>
  • Loading branch information
3 people authored May 18, 2023
1 parent 7d1763f commit 8ef80ef
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .yarn/versions/afdd03c6.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/f4c1cf18.yml

This file was deleted.

12 changes: 12 additions & 0 deletions packages/fast-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 3.8.3

_Ensure scheduled models can wait everything needed_
[[Code](https://github.com/dubzzz/fast-check/tree/v3.8.3)][[Diff](https://github.com/dubzzz/fast-check/compare/v3.8.2...v3.8.3)]

## Fixes

- ([PR#3887](https://github.com/dubzzz/fast-check/pull/3887)) Bug: Always schedule models until the end
- ([PR#3880](https://github.com/dubzzz/fast-check/pull/3880)) CI: Stabilize tests on `jsonValue`
- ([PR#3876](https://github.com/dubzzz/fast-check/pull/3876)) Clean: Drop legacy documentation
- ([PR#3875](https://github.com/dubzzz/fast-check/pull/3875)) Doc: First blog post on docusaurus switch

# 3.8.2

_Rework documentation_
Expand Down
2 changes: 1 addition & 1 deletion packages/fast-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-check",
"version": "3.8.2",
"version": "3.8.3",
"description": "Property based testing framework for JavaScript (like QuickCheck)",
"type": "commonjs",
"main": "lib/fast-check.js",
Expand Down

0 comments on commit 8ef80ef

Please sign in to comment.