From 559b7e54ba37e51b9f976e3ec917e0abc5fbac47 Mon Sep 17 00:00:00 2001 From: Jason Quense Date: Wed, 7 Jul 2021 21:22:31 -0400 Subject: [PATCH] Publish v1.0.0-beta.22 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04ea1382..1ecc3f4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astroturf", - "version": "1.0.0-beta.20", + "version": "1.0.0-beta.22", "description": "Extract and process inline CSS literals in JavaScript files", "main": "lib/cjs/index.js", "module": "lib/esm/index.js",