From cf7ce98e441c24776fa22174281a543eea9bea67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20Z=C3=B6rb?= Date: Tue, 19 Sep 2023 00:22:02 +0200 Subject: [PATCH] 6.0.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 6d8c215..151b2fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "critical", - "version": "5.3.0", + "version": "6.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "critical", - "version": "5.3.0", + "version": "6.0.0", "license": "Apache-2.0", "dependencies": { "clean-css": "^5.3.2", diff --git a/package.json b/package.json index 01cfa12..b334ef8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "critical", - "version": "5.3.0", + "version": "6.0.0", "description": "Extract & Inline Critical-path CSS from HTML", "author": "Addy Osmani", "license": "Apache-2.0",