Skip to content

Commit

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

---------

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 Apr 20, 2024
1 parent 0460ff3 commit a377b81
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 35 deletions.
8 changes: 0 additions & 8 deletions .yarn/versions/2faec736.yml

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/733dee1e.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

_Directly reference the official documentation from NPM_
[[Code](https://github.com/dubzzz/fast-check/tree/v3.17.2)][[Diff](https://github.com/dubzzz/fast-check/compare/v3.17.1...v3.17.2)]

## Fixes

- ([PR#4853](https://github.com/dubzzz/fast-check/pull/4853)) CI: Build doc with full git history
- ([PR#4872](https://github.com/dubzzz/fast-check/pull/4872)) CI: Stop caching Jest on CI
- ([PR#4852](https://github.com/dubzzz/fast-check/pull/4852)) Doc: Show last update time on doc
- ([PR#4851](https://github.com/dubzzz/fast-check/pull/4851)) Doc: Add last modified date to sitemap
- ([PR#4868](https://github.com/dubzzz/fast-check/pull/4868)) Doc: Enhance SEO for homepage
- ([PR#4888](https://github.com/dubzzz/fast-check/pull/4888)) Doc: Add tutorial for PBT with Jest
- ([PR#4901](https://github.com/dubzzz/fast-check/pull/4901)) Doc: Use official doc for npm homepage
- ([PR#4866](https://github.com/dubzzz/fast-check/pull/4866)) Test: Safer rewrite of Poisoning E2E
- ([PR#4871](https://github.com/dubzzz/fast-check/pull/4871)) Test: Move tests to Vitest
- ([PR#4863](https://github.com/dubzzz/fast-check/pull/4863)) Test: Explicitely import from Vitest
- ([PR#4873](https://github.com/dubzzz/fast-check/pull/4873)) Test: Move to v8 for coverage
- ([PR#4875](https://github.com/dubzzz/fast-check/pull/4875)) Test: Better mock/spy cleaning

# 3.17.1

_Better interrupt CJS/MJS regarding types_
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.17.1",
"version": "3.17.2",
"description": "Property based testing framework for JavaScript (like QuickCheck)",
"type": "commonjs",
"main": "lib/fast-check.js",
Expand Down

0 comments on commit a377b81

Please sign in to comment.