Skip to content

Commit

Permalink
Merge pull request #694 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 Jul 15, 2024
2 parents 04d6113 + 0db001b commit 996a361
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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.

8 changes: 8 additions & 0 deletions packages/fetch-mock-legacy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [10.0.9](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v10.0.8...fetch-mock-v10.0.9) (2024-07-15)


### Bug Fixes

* avoid coercing symbols to name in debug call ([ef766b5](https://github.com/wheresrhys/fetch-mock/commit/ef766b54b55b979df851f976428383ba274f830e))
* remove querystring dependency ([6f4bdce](https://github.com/wheresrhys/fetch-mock/commit/6f4bdceb61e07acb6c566da6acb49c1e2d2a4188))

## [10.0.8](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v10.0.7...fetch-mock-v10.0.8) (2024-07-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-mock-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetch-mock",
"version": "10.0.8",
"version": "10.0.9",
"description": "Mock http requests made using fetch (or isomorphic-fetch)",
"main": "./dist/commonjs.js",
"exports": {
Expand Down

0 comments on commit 996a361

Please sign in to comment.