From 82ba6a453ad52f64ebb1ba89e57f1f407f6e4dc1 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Mon, 21 Oct 2019 22:43:06 +0900 Subject: [PATCH] Bump to version 2.0.0 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 442cfd7..2e8ca28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "megalodon", - "version": "1.0.3", + "version": "2.0.0", "description": "Mastodon API client for node.js", "main": "./lib/src/index.js", "typings": "./lib/src/index.d.ts", @@ -19,7 +19,8 @@ "client", "api", "streaming", - "rest" + "rest", + "proxy" ], "author": "h3poteto", "license": "MIT",