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",