Skip to content

Commit

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

* 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 committed Mar 28, 2024
1 parent c136e88 commit 980a94b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 17 deletions.
8 changes: 0 additions & 8 deletions .yarn/versions/1488efe6.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .yarn/versions/fda76d8e.yml

This file was deleted.

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

_Better interrupt CJS/MJS regarding types_
[[Code](https://github.com/dubzzz/fast-check/tree/v3.17.1)][[Diff](https://github.com/dubzzz/fast-check/compare/v3.17.0...v3.17.1)]

## Fixes

- ([PR#4842](https://github.com/dubzzz/fast-check/pull/4842)) Bug: Fix dual-packages hazard and types incompatibility
- ([PR#4836](https://github.com/dubzzz/fast-check/pull/4836)) Doc: Release note for 3.17.0
- ([PR#4844](https://github.com/dubzzz/fast-check/pull/4844)) Doc: Add new contributor patroza

# 3.17.0

_Allow access to some internals details linked to the underlying random generator_
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.17.0",
"version": "3.17.1",
"description": "Property based testing framework for JavaScript (like QuickCheck)",
"type": "commonjs",
"main": "lib/fast-check.js",
Expand Down

0 comments on commit 980a94b

Please sign in to comment.