From a274ed7611f70a55debdb04a7d7514c44f26bf5e Mon Sep 17 00:00:00 2001 From: Nicolas Polizzo Date: Mon, 10 Jul 2023 15:52:13 +0200 Subject: [PATCH] Release 1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5cdfb38..52029ba 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "git", "url": "https://github.com/Freezystem/mjml-bar-chart.git" }, - "version": "1.1.0", + "version": "1.1.1", "description": "A simple MJML component to make static bar charts", "source": "src/index.ts", "main": "lib/index.js",