Skip to content

Commit 996a361

Browse files
authored
Merge pull request #694 from wheresrhys/release-please--branches--main
chore: release main
2 parents 04d6113 + 0db001b commit 996a361

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/fetch-mock-legacy/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [10.0.9](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v10.0.8...fetch-mock-v10.0.9) (2024-07-15)
4+
5+
6+
### Bug Fixes
7+
8+
* avoid coercing symbols to name in debug call ([ef766b5](https://github.com/wheresrhys/fetch-mock/commit/ef766b54b55b979df851f976428383ba274f830e))
9+
* remove querystring dependency ([6f4bdce](https://github.com/wheresrhys/fetch-mock/commit/6f4bdceb61e07acb6c566da6acb49c1e2d2a4188))
10+
311
## [10.0.8](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v10.0.7...fetch-mock-v10.0.8) (2024-07-15)
412

513

packages/fetch-mock-legacy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetch-mock",
3-
"version": "10.0.8",
3+
"version": "10.0.9",
44
"description": "Mock http requests made using fetch (or isomorphic-fetch)",
55
"main": "./dist/commonjs.js",
66
"exports": {

0 commit comments

Comments
 (0)