From 85ee0ca5edd0337f417ce3a8e1a2ae64fe587a32 Mon Sep 17 00:00:00 2001 From: GitHub Actions <34608589+vermaysha@users.noreply.github.com> Date: Sun, 7 May 2023 12:46:30 +0000 Subject: [PATCH] chore: release v1.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f73182..8b04ff6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vermaysha/discord-webhook", - "version": "1.3.1", + "version": "1.4.0", "description": "Discord Webhook built using TypeScript which supports Browser and Node", "main": "dist/index.js", "types": "dist/index.d.ts",