Skip to content

Commit

Permalink
🔖 Update CHANGELOG.md for 2.23.1 (#2804)
Browse files Browse the repository at this point in the history
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 17, 2022
1 parent e287bd2 commit be2d070
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 2.23.1

_Add missing "types" to "exports"_
[[Code](https://github.com/dubzzz/fast-check/tree/v2.23.1)][[Diff](https://github.com/dubzzz/fast-check/compare/v2.23.0...v2.23.1)]

## Fixes

- ([PR#2803](https://github.com/dubzzz/fast-check/pull/2803)) Bug: Add `"types"` to `"exports"`
- ([PR#2793](https://github.com/dubzzz/fast-check/pull/2793)) Clean: Remove unused test on array
- ([PR#2789](https://github.com/dubzzz/fast-check/pull/2789)) Script: Generate changelog also bumps the npm version
- ([PR#2791](https://github.com/dubzzz/fast-check/pull/2791)) Script: Properly change package.json when generating changelog

# 2.23.0

_Introduce `fc.uniqueArray` as a replacement for `fc.set`_
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-check",
"version": "2.23.0",
"version": "2.23.1",
"description": "Property based testing framework for JavaScript (like QuickCheck)",
"type": "commonjs",
"main": "lib/fast-check.js",
Expand Down

0 comments on commit be2d070

Please sign in to comment.