From 9dc2d71199021c62ad8926555c0313d3b1bd6995 Mon Sep 17 00:00:00 2001 From: Artem Zakharchenko Date: Thu, 24 Oct 2024 01:39:38 +0000 Subject: [PATCH] chore(release): v2.5.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d7b77729..81b3cd284 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "msw", - "version": "2.5.0", + "version": "2.5.1", "description": "Seamless REST/GraphQL API mocking library for browser and Node.js.", "main": "./lib/core/index.js", "module": "./lib/core/index.mjs",