From 7da668f57450361cd1ea9c78ebf582b6060c8f79 Mon Sep 17 00:00:00 2001 From: Vicente <33096355+Vicente015@users.noreply.github.com> Date: Sun, 28 Feb 2021 17:06:32 +0000 Subject: [PATCH] feat(version) Version 1.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b767d57..ea5e4ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "instatus.ts", - "version": "1.2.0", + "version": "1.2.1", "description": "Library to interact with the Instatus API", "main": "lib/index.js", "types": "lib/index.d.ts",