From 9fdac7b33385bf2dc061269795b0771abd059260 Mon Sep 17 00:00:00 2001 From: Jarrett Widman Date: Tue, 5 Dec 2023 22:54:27 -0800 Subject: [PATCH] 10.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5572d3..ef6f0dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 10.0.0 / 2023-12-03 + +* Resolve css variables + # 9.1.0 / 2023-07-03 * Fix: An error is thrown in resetCounter when adding an counter-reset inline style to an element in combination with a different style (e.g., in head). diff --git a/package.json b/package.json index 13bc520..607ea50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "juice", - "version": "9.1.0", + "version": "10.0.0", "description": "Inlines css into html source", "bin": "bin/juice", "main": "index.js",