diff --git a/CHANGELOG.md b/CHANGELOG.md index 342c259..71426dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 8.0.0 / 2021-22-21 + +* pseudo Update +* !important table attribute update + # 7.0.0 / 2020-07-10 * Breaking: requires node 10+ diff --git a/package.json b/package.json index 6366aad..3e5aeb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "juice", - "version": "7.0.0", + "version": "8.0.0", "description": "Inlines css into html source", "bin": "bin/juice", "main": "index.js",