From 5e042cb85dac165fa2644fc3492a75ae7a799d91 Mon Sep 17 00:00:00 2001 From: Artem Zakharchenko Date: Thu, 20 Feb 2025 18:36:03 +0000 Subject: [PATCH] chore(release): v2.7.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 349ab1d2f..a0e195d45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "msw", - "version": "2.7.0", + "version": "2.7.1", "description": "Seamless REST/GraphQL API mocking library for browser and Node.js.", "main": "./lib/core/index.js", "module": "./lib/core/index.mjs",