From a029053bde5539de48f2d6690b159b46c5014e97 Mon Sep 17 00:00:00 2001 From: GitHub Actions <34608589+vermaysha@users.noreply.github.com> Date: Thu, 4 May 2023 21:57:59 +0000 Subject: [PATCH] chore: release v1.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 690688e..4f73182 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vermaysha/discord-webhook", - "version": "1.3.0", + "version": "1.3.1", "description": "Discord Webhook built using TypeScript which supports Browser and Node", "main": "dist/index.js", "types": "dist/index.d.ts",