From 37940dcff54c054a8e3846dfa5dc9a72cc06a6f1 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Fri, 26 Apr 2019 08:35:12 -0700 Subject: [PATCH] feat: release 2.0 (#89) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BREAKING CHANGE: This release drops support for Node.js 6.x. Please upgrade with care 💚 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a3945ac..26b4835b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gaxios", - "version": "2.0.0", + "version": "0.0.0", "description": "A simple common HTTP client specifically for Google APIs and services.", "main": "build/src/index.js", "types": "build/src/index.d.ts",