diff --git a/package-lock.json b/package-lock.json index 3808a334..4f15a3fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14596,7 +14596,7 @@ } }, "packages/fetch-mock": { - "version": "10.0.9", + "version": "10.0.8", "license": "MIT", "dependencies": { "debug": "^4.1.1", diff --git a/packages/fetch-mock/CHANGELOG.md b/packages/fetch-mock/CHANGELOG.md new file mode 100644 index 00000000..a7d7d437 --- /dev/null +++ b/packages/fetch-mock/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +## [10.0.8](https://github.com/wheresrhys/fetch-mock/compare/fetch-mock-v10.0.8-alpha.1...fetch-mock-v10.0.8) (2024-07-15) + + +### Miscellaneous + +* rename fetch-mock-legacy directory to fetch-mock ([95fd761](https://github.com/wheresrhys/fetch-mock/commit/95fd76115e0bfb979c9ee52a59613a3f52b1a6d6)) +* test release please again ([3a9eb12](https://github.com/wheresrhys/fetch-mock/commit/3a9eb1292f81c3872bc57e91c6a436cf6fddfb80)) +* release 10.0.8 ([7bbbf49](https://github.com/wheresrhys/fetch-mock/commit/7bbbf49aaa19e7fe2c97f86452bf153933ed5345)) +* remove legacy prepublish step ([3100e5a](https://github.com/wheresrhys/fetch-mock/commit/3100e5a659a5436a583e4e56cd668a54b47bfb8f)) diff --git a/packages/fetch-mock/package.json b/packages/fetch-mock/package.json index 296bd0a6..f72107d4 100644 --- a/packages/fetch-mock/package.json +++ b/packages/fetch-mock/package.json @@ -1,6 +1,6 @@ { "name": "fetch-mock", - "version": "10.0.7", + "version": "10.0.8", "description": "Mock http requests made using fetch (or isomorphic-fetch)", "main": "./dist/commonjs.js", "exports": {