From d05a23a40eec50f5c23a91205de6441f3d3fbbe7 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Fri, 5 Mar 2021 01:14:49 +0900 Subject: [PATCH] Bump to version 3.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d482007..f7557eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "megalodon", - "version": "3.4.2", + "version": "3.5.0", "description": "Mastodon API client for node.js and browser", "main": "./lib/src/index.js", "typings": "./lib/src/index.d.ts",