Skip to content

Commit

Permalink
9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrit committed Jul 4, 2023
1 parent a9d920f commit ed2697c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 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).

# 8.0.0 / 2021-22-21

* pseudo Update
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "juice",
"version": "9.0.0",
"version": "9.1.0",
"description": "Inlines css into html source",
"bin": "bin/juice",
"main": "index.js",
Expand Down

0 comments on commit ed2697c

Please sign in to comment.