From 16202c1602de8433e3662dba32ae033cd5c6cc12 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Thu, 3 Jun 2021 11:11:56 +0200 Subject: [PATCH] 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3236d1f7..de24d4826 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mockttp", - "version": "1.2.2", + "version": "2.0.0", "description": "Mock HTTP server for testing HTTP clients and stubbing webservices", "main": "dist/main.js", "browser": {