From 12011d7db38766df9239800437966ad63b642d17 Mon Sep 17 00:00:00 2001 From: Artem Zakharchenko Date: Fri, 24 Feb 2023 01:12:14 +0100 Subject: [PATCH] chore(release): v1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20c63890f..f8bdbfc52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "msw", - "version": "1.0.1", + "version": "1.1.0", "description": "Seamless REST/GraphQL API mocking library for browser and Node.js.", "main": "./lib/index.js", "types": "./lib/index.d.ts",