Skip to content

Commit

Permalink
🔖 Update CHANGELOG.md for [email protected] (#5194)
Browse files Browse the repository at this point in the history
Resulting CHANGELOG at:
-
https://github.com/dubzzz/fast-check/blob/changelog-06edcc07b2c01/packages/fast-check/CHANGELOG.md

Got the following errors:
- ⚠️ Unhandled type: 🔖 on
[PR-5174](#5174) with title
Update CHANGELOG.md for @fast-check/[email protected], @fast-check/[email protected]
- ⚠️ Unhandled type: 🔖 on
[PR-5168](#5168) with title
Update CHANGELOG.md for @fast-check/[email protected], @fast-check/[email protected]
- ℹ️ Scanned 59 PRs for fast-check:
- ℹ️ • accepted: 9,
- ℹ️ • skipped ignored: 42,
- ℹ️ • skipped unrelated: 6,
- ℹ️ • failed: 2

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nicolas DUBIEN <[email protected]>
  • Loading branch information
3 people authored Aug 7, 2024
1 parent e00f4d6 commit bec5d59
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 25 deletions.
8 changes: 0 additions & 8 deletions .yarn/versions/4c50fb71.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .yarn/versions/4e97eaaf.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .yarn/versions/dd5a8b36.yml

This file was deleted.

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

_Support customisable versions on `uuid`_
[[Code](https://github.com/dubzzz/fast-check/tree/v3.21.0)][[Diff](https://github.com/dubzzz/fast-check/compare/v3.20.0...v3.21.0)]

## Features

- ([PR#5172](https://github.com/dubzzz/fast-check/pull/5172)) Support UUID versions [1-15] on `uuidV`
- ([PR#5189](https://github.com/dubzzz/fast-check/pull/5189)) Deprecate `uuidV` in favor of `uuid`
- ([PR#5188](https://github.com/dubzzz/fast-check/pull/5188)) Customize versions directly from `uuid`

## Fixes

- ([PR#5190](https://github.com/dubzzz/fast-check/pull/5190)) CI: Support npm publish on other tags
- ([PR#5124](https://github.com/dubzzz/fast-check/pull/5124)) Doc: Publish release note for 3.20.0
- ([PR#5137](https://github.com/dubzzz/fast-check/pull/5137)) Doc: Add missing options in the documentation for `float` and `double`
- ([PR#5142](https://github.com/dubzzz/fast-check/pull/5142)) Doc: Better width for stargazer badge in the documentation
- ([PR#5143](https://github.com/dubzzz/fast-check/pull/5143)) Doc: Document Faker integration
- ([PR#5144](https://github.com/dubzzz/fast-check/pull/5144)) Doc: Add support us page in our documentation

---

# 3.20.0

_New arbitraries to alter shrinking capabilities_
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.20.0",
"version": "3.21.0",
"description": "Property based testing framework for JavaScript (like QuickCheck)",
"type": "commonjs",
"main": "lib/fast-check.js",
Expand Down

0 comments on commit bec5d59

Please sign in to comment.