From 2ae9fa9e4993233832e205d4d3f2f1a7e4b3b3f1 Mon Sep 17 00:00:00 2001 From: Artem Zakharchenko Date: Thu, 19 Jan 2023 00:29:46 +0000 Subject: [PATCH] chore(release): v0.49.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25147b789..7039c7ffc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "msw", - "version": "0.49.2", + "version": "0.49.3", "description": "Seamless REST/GraphQL API mocking library for browser and Node.js.", "main": "./lib/index.js", "types": "./lib/index.d.ts",