Skip to content

Commit

Permalink
Merge pull request #885 from wheresrhys/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
wheresrhys authored Nov 29, 2024
2 parents 608e425 + 67c672f commit 2785fb7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/fetch-mock": "12.2.0",
"packages/vitest": "0.2.6",
"packages/jest": "0.2.6",
"packages/jest": "0.2.7",
"packages/codemods": "0.1.2"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.2.7](https://github.com/wheresrhys/fetch-mock/compare/jest-v0.2.6...jest-v0.2.7) (2024-11-29)


### Bug Fixes

* add not type definitions ([68b24e7](https://github.com/wheresrhys/fetch-mock/commit/68b24e74f508a42dcfa795c040019eff446281d6))
* adding jestMock extension support to match documentation ([9e41a81](https://github.com/wheresrhys/fetch-mock/commit/9e41a8165bd2caf2cda1d88615be907fcf6f0bc4))
* adding types to jest matchers ([033048a](https://github.com/wheresrhys/fetch-mock/commit/033048a47ffc07508fc0cb2ce79078b4facb86fb))

## [0.2.6](https://github.com/wheresrhys/fetch-mock/compare/jest-v0.2.5...jest-v0.2.6) (2024-11-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fetch-mock/jest",
"description": "jest wrapper for fetch-mock",
"version": "0.2.6",
"version": "0.2.7",
"exports": {
"browser": "./dist/esm/index.js",
"import": {
Expand Down

0 comments on commit 2785fb7

Please sign in to comment.