Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 28, 2024
1 parent 7ffe6e8 commit 5147ce7
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/core": "0.6.1",
"packages/fetch-mock": "11.1.1",
"packages/vitest": "0.0.0"
"packages/fetch-mock": "11.1.2",
"packages/vitest": "0.1.0"
}
4 changes: 2 additions & 2 deletions 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/fetch-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [11.1.2](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.1.1...fetch-mock-v11.1.2) (2024-08-28)


### Bug Fixes

* lastOptions returns RequestInit not MockOptions ([591926a](https://github.com/wheresrhys/fetch-mock/commit/591926a7c524650ccb82b16611fc8882c4a8a2b6))

## [11.1.1](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v11.1.0...fetch-mock-v11.1.1) (2024-08-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetch-mock",
"version": "11.1.1",
"version": "11.1.2",
"description": "Mock http requests made using fetch (or isomorphic-fetch)",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 0.1.0 (2024-08-28)


### Features

* start implementing jest and vitest wrappers ([804f885](https://github.com/wheresrhys/fetch-mock/commit/804f885c16a42a7534ee9fac2e103022482e2af6))
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fetch-mock/vitest",
"version": "0.0.0",
"version": "0.1.0",
"description": "Vitest wrapper for fetch-mock",
"main": "./dist/commonjs.js",
"module": "./src/index.js",
Expand Down

0 comments on commit 5147ce7

Please sign in to comment.