From d0e8a8afb9434d67a4f150b2c66e885fa4b060b7 Mon Sep 17 00:00:00 2001 From: Malo Guertin Date: Fri, 28 Apr 2023 14:56:02 -0400 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab5a53b..7c85d11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "msw-trpc", - "version": "1.2.1", + "version": "1.3.0", "description": "Trpc API for Mock Service Worker (MSW).", "main": "dist/index.js", "types": "dist/index.d.ts",