Skip to content

Commit

Permalink
🔖 Update CHANGELOG.md for @fast-check/ava@2.0.1, @fast-check/jest@2.0…
Browse files Browse the repository at this point in the history
….1 (#5174)

Resulting CHANGELOG at:
-
https://github.com/dubzzz/fast-check/blob/changelog-048d7792f403d/packages/ava/CHANGELOG.md
-
https://github.com/dubzzz/fast-check/blob/changelog-048d7792f403d/packages/jest/CHANGELOG.md

Got the following errors:
- ℹ️ Scanned 4 PRs for @fast-check/ava:
- ℹ️ • accepted: 1,
- ℹ️ • skipped ignored: 0,
- ℹ️ • skipped unrelated: 3,
- ℹ️ • failed: 0
- ℹ️ Scanned 4 PRs for @fast-check/jest:
- ℹ️ • accepted: 1,
- ℹ️ • skipped ignored: 0,
- ℹ️ • skipped unrelated: 3,
- ℹ️ • failed: 0

---------

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 Jul 28, 2024
1 parent 445acc6 commit cd8c549
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .yarn/versions/1e3fed47.yml

This file was deleted.

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

This file was deleted.

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

_Document minimum requirements of 2.x_
[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv2.0.1)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv2.0.0...ava%2Fv2.0.1)]

## Fixes

- ([PR#5170](https://github.com/dubzzz/fast-check/pull/5170)) Doc: Document minimum requirements of 2.x

# 2.0.0

_ES Module version by default_
Expand Down
2 changes: 1 addition & 1 deletion packages/ava/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fast-check/ava",
"description": "Property based testing for AVA based on fast-check",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"main": "lib/ava-fast-check.js",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 2.0.1

_Document minimum requirements of 2.x_
[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv2.0.1)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv2.0.0...jest%2Fv2.0.1)]

## Fixes

- ([PR#5171](https://github.com/dubzzz/fast-check/pull/5171)) Doc: Document minimum requirements of 2.x

# 2.0.0

_ES Module version by default_
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": "2.0.0",
"version": "2.0.1",
"type": "module",
"main": "lib/jest-fast-check.js",
"exports": {
Expand Down

0 comments on commit cd8c549

Please sign in to comment.