From 9433987f4d1eef31db0fec6a98494f0ffd56cf82 Mon Sep 17 00:00:00 2001 From: Michael Rochester Date: Wed, 6 Nov 2024 12:04:01 +0000 Subject: [PATCH 1/2] chore(release): v5.2.0 --- SCENARIOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCENARIOS.md b/SCENARIOS.md index b74d9a45..8a2dd39e 100644 --- a/SCENARIOS.md +++ b/SCENARIOS.md @@ -131,4 +131,4 @@ If the entire `mock` is a function, it will be called when determining if an inc - `req`: (*Object*): The normalized request object with `path`, `method`, `body`, `headers`, and `query` properties. - `match`: (*Function*): Parrot's internal matching function that can be run against a request object. -- Additional implementation-specific arguments passed are the Express `req` and `res` objects for parrot-middleware and the `input` and `init` arguments to `fetch` for parrot-fetch. \ No newline at end of file +- Additional implementation-specific arguments passed are the Express `req` and `res` objects for parrot-middleware and the `input` and `init` arguments to `fetch` for parrot-fetch. From 624854dff766b07443ff0bc7407e5dbb7fe96d53 Mon Sep 17 00:00:00 2001 From: Michael Rochester Date: Wed, 6 Nov 2024 12:06:50 +0000 Subject: [PATCH 2/2] chore(release): 5.2.0