Skip to content

Commit

Permalink
Merge pull request #895 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 Jan 11, 2025
2 parents 104d4df + 556086f commit 70a7f2d
Show file tree
Hide file tree
Showing 4 changed files with 10 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.7",
"packages/jest": "0.2.8",
"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.

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

## [0.2.8](https://github.com/wheresrhys/fetch-mock/compare/jest-v0.2.7...jest-v0.2.8) (2025-01-11)


### Bug Fixes

* incorrect Jest extension TypeScript type ([9d47c33](https://github.com/wheresrhys/fetch-mock/commit/9d47c333a097ed9d1bd68f24bd745d200f3982b3))

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


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.7",
"version": "0.2.8",
"exports": {
"browser": "./dist/esm/index.js",
"import": {
Expand Down

0 comments on commit 70a7f2d

Please sign in to comment.