From 7268ead49a30a3f84b3a30c09871bfd8029c2519 Mon Sep 17 00:00:00 2001 From: Artem Zakharchenko Date: Tue, 29 Oct 2024 11:46:29 +0000 Subject: [PATCH] chore(release): v2.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0528bfcb..ebc01797e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "msw", - "version": "2.5.2", + "version": "2.6.0", "description": "Seamless REST/GraphQL API mocking library for browser and Node.js.", "main": "./lib/core/index.js", "module": "./lib/core/index.mjs",