Skip to content

Commit

Permalink
🔖 Update CHANGELOG.md for fast-check@3.23.1 (#5405)
Browse files Browse the repository at this point in the history
Resulting CHANGELOG at:
-
https://github.com/dubzzz/fast-check/blob/changelog-d5e2f1bc546d7/packages/fast-check/CHANGELOG.md

Got the following errors:
- ℹ️ Scanned 6 PRs for fast-check:
- ℹ️ • accepted: 1,
- ℹ️ • skipped ignored: 4,
- ℹ️ • skipped unrelated: 1,
- ℹ️ • 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 authored Nov 3, 2024
1 parent badc978 commit cb330c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-foxes-decide.md

This file was deleted.

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

_Faster instantiation of internet-related arbitraries_
[[Code](https://github.com/dubzzz/fast-check/tree/v3.23.1)][[Diff](https://github.com/dubzzz/fast-check/compare/v3.23.0...v3.23.1)]

## Fixes

- ([PR#5402](https://github.com/dubzzz/fast-check/pull/5402)) Performance: Faster instantiation of internet-related arbitraries

# 3.23.0

_Extend usages of string-units and increased performance_
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.23.0",
"version": "3.23.1",
"description": "Property based testing framework for JavaScript (like QuickCheck)",
"type": "commonjs",
"main": "lib/fast-check.js",
Expand Down

0 comments on commit cb330c7

Please sign in to comment.