Skip to content

Releases: repobuddy/jest-watch-toggle-config-2

Release list

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Sep 02:18
32ca805

Patch Changes

  • aa40c3e: Declare jest-validate as a runtime dependency. It has always been required by
    the plugin but was resolved by accident through a hoisted node_modules; on a
    strict, non-hoisted layout (pnpm, or yarn PnP) the require fails.

    Stop shipping repository metadata in the tarball. Previous releases published
    .github/, .vscode/ and .changeset/; the package now ships only src/, the
    README, the license and the changelog.

    Point repository and bugs at this fork rather than the upstream repository.

v2.1.0

Choose a tag to compare

@unional unional released this 10 Dec 07:50

Minor Changes

  • 23d5832: Remove jest-validate from peer dependency.