From 43fb06ba56cb6e5fc79595f57a3c1076722ba78a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20Z=C3=B6rb?= Date: Tue, 28 Dec 2021 00:44:05 +0100 Subject: [PATCH] 9.0.1 --- 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 e8791d4..41c0cd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "inline-critical", - "version": "9.0.0", + "version": "9.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "inline-critical", - "version": "9.0.0", + "version": "9.0.1", "license": "MIT", "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 6a1f6a6..0b0464d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inline-critical", - "version": "9.0.0", + "version": "9.0.1", "description": "Inline critical-path css and load the existing stylesheets asynchronously", "main": "index.js", "scripts": {