From 2e814e59cc6e23b84135217868ea8fb5bb359283 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sat, 8 Feb 2020 21:08:46 +0900 Subject: [PATCH] Bump to version 2.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b3bdc36..a9c9cf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "megalodon", - "version": "2.2.1", + "version": "2.2.2", "description": "Mastodon API client for node.js and browser", "main": "./lib/src/index.js", "typings": "./lib/src/index.d.ts",