Skip to content

Commit

Permalink
🔖 Update CHANGELOG.md for fast-check@3.1.1, @fast-check/ava@1.0.1, @f…
Browse files Browse the repository at this point in the history
…ast-check/jest@1.0.1 (#3072)

* 🔖 Update CHANGELOG.md for fast-check@3.1.1, @fast-check/ava@1.0.1, @fast-check/jest@1.0.1

* Apply suggestions from code review

* Apply suggestions from code review

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 26, 2022
1 parent 65042cf commit 35ac775
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 34 deletions.
24 changes: 0 additions & 24 deletions .yarn/versions/4c7660a4.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .yarn/versions/9e221cf1.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 @@
# 1.0.1

_Add missing export for package.json_
[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.0.1)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.0.0...ava%2Fv1.0.1)]

## Fixes

- ([PR#3066](https://github.com/dubzzz/fast-check/pull/3066)) Bug: Export package.json

# 1.0.0

_First stable release of `@fast-check/ava`_
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": "1.0.0",
"version": "1.0.1",
"type": "commonjs",
"main": "lib/ava-fast-check.js",
"exports": {
Expand Down
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.1.1

_Better package.json definition and `__proto__` related fixes_
[[Code](https://github.com/dubzzz/fast-check/tree/v3.1.1)][[Diff](https://github.com/dubzzz/fast-check/compare/v3.1.0...v3.1.1)]

## Fixes

- ([PR#3066](https://github.com/dubzzz/fast-check/pull/3066)) Bug: Export package.json
- ([PR#3070](https://github.com/dubzzz/fast-check/pull/3070)) Bug: Support `__proto__` as key in `record`
- ([PR#3068](https://github.com/dubzzz/fast-check/pull/3068)) Test: Fix test comparing `stringify` and `JSON.stringify`
- ([PR#3069](https://github.com/dubzzz/fast-check/pull/3069)) Test: Fix tests on `record` wrongly manipulating `__proto__`

# 3.1.0

_Generate more dangerous strings by default_
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.1.0",
"version": "3.1.1",
"description": "Property based testing framework for JavaScript (like QuickCheck)",
"type": "commonjs",
"main": "lib/fast-check.js",
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 @@
# 1.0.1

_Add missing export for package.json_
[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.0.1)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.0.0...jest%2Fv1.0.1)]

## Fixes

- ([PR#3066](https://github.com/dubzzz/fast-check/pull/3066)) Bug: Export package.json

# 1.0.0

_First stable release of `@fast-check/jest`_
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.0.0",
"version": "1.0.1",
"type": "commonjs",
"main": "lib/jest-fast-check.js",
"exports": {
Expand Down

0 comments on commit 35ac775

Please sign in to comment.