From 873b9963de2c35832ea3f96cdb7b977d4fab9d54 Mon Sep 17 00:00:00 2001 From: Artem Zakharchenko Date: Mon, 23 Oct 2023 08:05:58 +0000 Subject: [PATCH] chore(release): v2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8aec4edaa..96a756a44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "msw", - "version": "1.3.2", + "version": "2.0.0", "description": "Seamless REST/GraphQL API mocking library for browser and Node.js.", "main": "./lib/core/index.js", "module": "./lib/core/index.mjs",