Skip to content

Commit

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

* Update packages/jest/CHANGELOG.md

* Update packages/jest/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 Mar 27, 2024
1 parent 141571b commit f8e9f20
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .yarn/versions/48e31ee9.yml

This file was deleted.

9 changes: 9 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 1.8.1

_Relax range of versions for worker_
[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.8.1)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.8.0...jest%2Fv1.8.1)]

## Fixes

- ([PR#4840](https://github.com/dubzzz/fast-check/pull/4840)) CI: Wider dependency range for worker

# 1.8.0

_Lighter import with less internals to load_
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fast-check/jest",
"description": "Property based testing for Jest based on fast-check",
"version": "1.8.0",
"version": "1.8.1",
"type": "commonjs",
"main": "lib/jest-fast-check.js",
"exports": {
Expand Down

0 comments on commit f8e9f20

Please sign in to comment.