From ba8db27b7f4cce9571ad4842baf9c79ad7282686 Mon Sep 17 00:00:00 2001 From: Greg Ives Date: Tue, 29 Dec 2020 11:02:59 +0000 Subject: [PATCH] 0.2.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d97603..9d42d1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eleventy-critical-css", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0f27d4b..94647c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eleventy-critical-css", - "version": "0.2.0", + "version": "0.2.1", "description": "Eleventy plugin to extract and inline critical CSS from your HTML templates", "main": "index.js", "scripts": {