From 766e2a83adb6cf4ab25eb3313d8fcc420364b72d Mon Sep 17 00:00:00 2001 From: Matheus Marchini Date: Wed, 1 Jul 2020 12:43:06 -0700 Subject: [PATCH] chore(release): release 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8aa6cdc..26160e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "restify-clients", - "version": "2.6.9", + "version": "3.0.0", "main": "lib/index.js", "description": "HttpClient, StringClient, and JsonClient extracted from restify", "homepage": "http://www.restify.com",