From 9a5df88cffee260416b8477b7b4cd4381108aa1d Mon Sep 17 00:00:00 2001 From: Cosmin Popovici Date: Wed, 28 Sep 2022 15:40:22 +0300 Subject: [PATCH] 4.2.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 030ae2d3..10128ca8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@maizzle/framework", - "version": "4.1.2", + "version": "4.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@maizzle/framework", - "version": "4.1.2", + "version": "4.2.0", "license": "MIT", "dependencies": { "@maizzle/cli": "^1.5.1", diff --git a/package.json b/package.json index 1f87b051..1a98b63a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maizzle/framework", - "version": "4.1.2", + "version": "4.2.0", "description": "Maizzle is a framework that helps you quickly build HTML emails with Tailwind CSS.", "license": "MIT", "main": "src/index.js",