From 23e6cc7c9ff34df649b9bdb0d839d6e59b9a55c3 Mon Sep 17 00:00:00 2001 From: Seren_Modz 21 Date: Sun, 23 Jan 2022 20:13:54 +0000 Subject: [PATCH] :bookmark: 1.0.5 - security fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2adcf19..55ee2f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "paste.gg", - "version": "1.0.4", + "version": "1.0.5", "description": "An easy-to-use library for interacting with the Paste.GG API. Contains examples, strong JSDocs, TypeScript types, and support for Node.js 12+. Works in both JavaScript and TypeScript.", "main": "./dist/index.js", "typings": "./typings/index.d.ts",