From ef1c59afc1f16a411790a0c3be7c7498d7ce9511 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 15 Aug 2023 17:32:43 +0300 Subject: [PATCH] 2.0.9 --- CHANGELOG.md | 4 ++++ package.json | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6be23b0..72b036a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.9 + +- Cleanup + ## 2.0.8 - Cleanup diff --git a/package.json b/package.json index 1945af5..887c8df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-critters", - "version": "2.0.8", + "version": "2.0.9", "description": "🦔 AstroJS GoogleChromeLabs critters integration. Inline your critical CSS with Astro.", "keywords": [ "astro-integration", @@ -28,10 +28,10 @@ }, "dependencies": { "critters": "0.0.20", - "files-pipe": "2.0.14" + "files-pipe": "2.0.15" }, "devDependencies": { "astro": "2.10.7", - "typescript-esbuild": "0.1.12" + "typescript-esbuild": "0.1.13" } }