File tree Expand file tree Collapse file tree 8 files changed +43
-13
lines changed Expand file tree Collapse file tree 8 files changed +43
-13
lines changed Original file line number Diff line number Diff line change 11{
2- "packages/fetch-mock" : " 12.5.6 " ,
3- "packages/vitest" : " 0.2.17 " ,
4- "packages/jest" : " 0.2.19 " ,
2+ "packages/fetch-mock" : " 12.6.0 " ,
3+ "packages/vitest" : " 0.2.18 " ,
4+ "packages/jest" : " 0.2.20 " ,
55 "packages/codemods" : " 0.1.3"
66}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 12.6.0] ( https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v12.5.6...fetch-mock-v12.6.0 ) (2025-10-29)
4+
5+
6+ ### Features
7+
8+ * implement host: matcher ([ 2b0a43d] ( https://github.com/wheresrhys/fetch-mock/commit/2b0a43d5857ff81dd97117c7ef150d4c3dcd3041 ) )
9+
10+
11+ ### Documentation Changes
12+
13+ * document new host matcher ([ 6205357] ( https://github.com/wheresrhys/fetch-mock/commit/62053579df9aff2a2b6a0b296db26d35568c3a43 ) )
14+
315## [ 12.5.6] ( https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v12.5.5...fetch-mock-v12.5.6 ) (2025-10-27)
416
517
Original file line number Diff line number Diff line change 11{
22 "name" : " fetch-mock" ,
33 "description" : " Mock http requests made using fetch" ,
4- "version" : " 12.5.6 " ,
4+ "version" : " 12.6.0 " ,
55 "exports" : {
66 "browser" : {
77 "import" : " ./dist/esm/index.js" ,
Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## [ 0.2.20] ( https://github.com/wheresrhys/fetch-mock/compare/jest-v0.2.19...jest-v0.2.20 ) (2025-10-29)
5+
6+
7+ ### Dependencies
8+
9+ * The following workspace dependencies were updated
10+ * dependencies
11+ * fetch-mock bumped from ^12.5.6 to ^12.6.0
12+
413## [ 0.2.19] ( https://github.com/wheresrhys/fetch-mock/compare/jest-v0.2.18...jest-v0.2.19 ) (2025-10-27)
514
615
Original file line number Diff line number Diff line change 11{
22 "name" : " @fetch-mock/jest" ,
33 "description" : " jest wrapper for fetch-mock" ,
4- "version" : " 0.2.19 " ,
4+ "version" : " 0.2.20 " ,
55 "exports" : {
66 "browser" : {
77 "import" : " ./dist/esm/index.js" ,
2424 "node" : " >=18.11.0"
2525 },
2626 "dependencies" : {
27- "fetch-mock" : " ^12.5.6 "
27+ "fetch-mock" : " ^12.6.0 "
2828 },
2929 "peerDependencies" : {
3030 "jest" : " *" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.18] ( https://github.com/wheresrhys/fetch-mock/compare/vitest-v0.2.17...vitest-v0.2.18 ) (2025-10-29)
4+
5+
6+ ### Dependencies
7+
8+ * The following workspace dependencies were updated
9+ * dependencies
10+ * fetch-mock bumped from ^12.5.6 to ^12.6.0
11+
312## [ 0.2.17] ( https://github.com/wheresrhys/fetch-mock/compare/vitest-v0.2.16...vitest-v0.2.17 ) (2025-10-27)
413
514
Original file line number Diff line number Diff line change 11{
22 "name" : " @fetch-mock/vitest" ,
33 "description" : " Vitest wrapper for fetch-mock" ,
4- "version" : " 0.2.17 " ,
4+ "version" : " 0.2.18 " ,
55 "exports" : {
66 "browser" : {
77 "import" : " ./dist/esm/index.js" ,
2424 "node" : " >=18.11.0"
2525 },
2626 "dependencies" : {
27- "fetch-mock" : " ^12.5.6 "
27+ "fetch-mock" : " ^12.6.0 "
2828 },
2929 "peerDependencies" : {
3030 "vitest" : " *"
You can’t perform that action at this time.
0 commit comments