From 94fcfa0282d1f363e661eeca27af5e09289bcc14 Mon Sep 17 00:00:00 2001 From: Roman Dvornov Date: Thu, 14 Jul 2022 13:00:24 +0200 Subject: [PATCH] 5.0.4 --- CHANGELOG.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7930b981..d311963c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ -## next +## 5.0.4 (July 14, 2022) - Fixed usage filtering for from/to selectors in keyframes at-rule (#448) -- Fixed removing `medium` in `font` declaration since it breaks the value since `` is required +- Fixed removing `medium` in `font` declarations since it breaks the value since `` is required (#449) ## 5.0.3 (March 9, 2022) diff --git a/package-lock.json b/package-lock.json index 50fcdcdb..6d3061ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "csso", - "version": "5.0.3", + "version": "5.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "csso", - "version": "5.0.3", + "version": "5.0.4", "license": "MIT", "dependencies": { "css-tree": "~2.0.4" diff --git a/package.json b/package.json index 810f4e38..1dcd0dd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csso", - "version": "5.0.3", + "version": "5.0.4", "description": "CSS minifier with structural optimisations", "author": "Sergey Kryzhanovsky (https://github.com/afelix)", "maintainers": [